fab:uninstall
Name
fab:uninstall — uninstall the specified FAB and all of its transitive dependencies, except for those dependencies that are being used by other bundles
Synopsis
fab:uninstall
[
--help
] {
bundleID
}
Description
META-INF/maven/GroupID/ArtifactID/pom.xml
. Any transitive dependencies that are shared (for example, by being marked as provided or because the dependency is already packaged as an OSGi bundle), are deployed as separate OSGi bundles in the container.
fab:uninstall
, the runtime attempts to uninstall all of the corresponding OSGi bundles, except for any bundles that are still being used by other applications in the container.
Arguments
Table 9.6. fab:uninstall Arguments
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
bundleID | The bundle ID of the FAB. |