Archetype for Java based projects and modules of Orne.dev.
mvn archetype:generate \
-DarchetypeGroupId=dev.orne \
-DarchetypeArtifactId=java-project-archetype \
-DarchetypeVersion=0.7.0 \
-DgroupId=<my.groupid> \
-DartifactId=<my-artifactId> \
-Dversion=<my.version>
Generates a project/module with parent POM dev.orne:java-root-pom
.
When use to create modules of multi-module Maven projects automatically cleans the additional configuration and launchers intended for root projects.
For full list of features see the parent POM documentation.