pax-create-module [-g groupId] -a modulePath [-v version] [-o] [-- mvnOpts ...]

Creates a new Maven module inside an existing project.

  • if no groupId is given, it is computed from the parent module's groupId and artifactId.
  • if no version is given, it is taken from the parent module.

Additional Maven options

-DtargetDirectory=pathalternative location of existing project

Examples

pax-create-module -a wrappers

pax-create-module -a market/stock/quote -g finance -v 2.0