Create a new module inside a project.
mvn org.ops4j:maven-pax-plugin:create-module [-DgroupId=...] -DartifactId=... [-Dversion=...]
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| artifactId | String |
The artifactId or the path for the new module. |
| Name | Type | Description |
|---|---|---|
| groupId | String |
The groupId for the new module. |
| targetDirectory | File |
The directory containing the POM to be updated. Default value is ${project.basedir}. |
| version | String |
The version for the new module. |
The artifactId or the path for the new module.
java.lang.StringYes${artifactId}java.lang.StringNo${groupId}java.io.FileNo${targetDirectory}${project.basedir}java.lang.StringNo${version}