Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
maven-bundle-plugin-1.2.0
-
None
Description
The current 1.1.0-SNAPSHOT bundleplugin adds some non-OSGi manifest headers (based on the standard maven-jar-plugin configuration). This is so projects moving from packaging "jar" to packaging "bundle" will continue to see the same non-OSGi headers in the final manifest.
The latest version of BND supports removal of selected manifest headers, but this doesn't currently cover the headers added by the bundleplugin after BND has finished its processing. This issue will look into extending this functionality to cover these headers as well.
This is a trivial issue so it will be fixed in the next maintenance release after the 1.2.0 release of the bundleplugin.