Fork me on GitHub

Archetype for POM projects and modules of Orne.dev.

Used mainly for multi-module projects and nested POMs.

Usage

mvn archetype:generate                                  \
      -DarchetypeGroupId=dev.orne             \
      -DarchetypeArtifactId=pom-project-archetype       \
      -DarchetypeVersion=0.7.0             \
      -DgroupId=<my.groupid>                            \
      -DartifactId=<my-artifactId>                      \
      -Dversion=<my.version>

Generates a project/module with parent POM `dev.orne: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.