Creates a Maven project layout to build and manage an OSGi application, use -o to overwrite an existing project.
| -DparentId=groupId:artifactId | look for a different parent POM |
| -DtargetDirectory=path | alternative location of the project |
| -Dcontents=groupId:artifactId:version,... | include content from selected archetypes |
| -DremoteRepositories=url list | where to download the project archetype(s) |
| -DarchetypeVersion=version | use a different release of the Pax archetype |
| -DattachPom=false | don't add this project as a module |
| -DcompactIds=false | don't try to combine name segments |
-DparentId is useful when you want to link the new project into an existing non Pax-Construct build.
pax-create-project -g examples -a spring-osgi-example