Remove a bundle project and any references to it in the project tree, updating POMs as necessary
mvn pax:remove-bundle -DbundleName=...
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| bundleName | String |
The artifactId or symbolic-name of the bundle. |
| Name | Type | Description |
|---|---|---|
| baseDirectory | File |
A directory in the same project tree. Default value is ${project.basedir}. |
| repair | boolean |
When true, repair any references to the removed bundle. Default value is true. |
A directory in the same project tree.
java.io.FileNo${baseDirectory}${project.basedir}java.lang.StringYes${bundleName}booleanNo${repair}true