mvn archetype:generate -DgroupId=com.example -DartifactId=my-project -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
<parent>
<groupId>com.funcish</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0</version>
</parent>
mvn clean install