Move a bundle project to a new directory, updating and creating POMs as necessary
mvn pax:move-bundle -DbundleName=... -DtargetDirectory=...
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| bundleName | String |
The artifactId or symbolic-name of the bundle. |
| targetDirectory | File |
The new location for the bundle project. |
| Name | Type | Description |
|---|---|---|
| baseDirectory | File |
A directory in the same project tree. Default value is ${project.basedir}. |
| repair | boolean |
When true, repair the groupId and any references to the moved bundle. Default value is true. |
A directory in the same project tree.
java.io.FileNo${baseDirectory}${project.basedir}java.lang.StringYes${bundleName}booleanNo${repair}truejava.io.FileYes${targetDirectory}