allow removing a bundle from a remote OBR
-----------------------------------------
Key: FELIX-554
URL: https://issues.apache.org/jira/browse/FELIX-554
Project: Felix
Issue Type: New Feature
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-1.4.1, maven-bundle-plugin-1.4.0
Environment: any
Reporter: Gerodolle
Priority: Minor
With version 1.4.1 of maven-bundle-plugin , it is possible to incrementally
build a remote obr repository, by adding new bundles using "mvn deploy
-DremoteOBR", but the removal of obsolete bundles from the repository remains
manual, thus error prone.
it would be nice to have a way to automatically remove a bundle from a remote
OBR, e.g. to replace a version of a bundle with a new version .
Removing a bundle would mean suppress the reference to this bundle from the
repository.xml file .
Optionaly, we could also "undeploy" the artifact itself, but then we have to
suppress the folder and edit the maven metadata.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.