Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.3.4
-
None
Description
See http://www.mail-archive.com/users@felix.apache.org/msg11364.html
In FELIX-2817, we've lost the ability to create the MANIFEST.MF based on the contents of the jar. The current approach always uses the "builder" approach to assemble the contents of the jar, which makes it difficult/error prone to use BND to simply generate a manifest.
To see an example of the behavior I expect, see the mailing list and/or checkout this example: https://bitbucket.org/aragot/discrepancywithbndlib/src/670d96221620 (also look at the diff between the 2.1.0 and the 2.3.4 behavior: https://bitbucket.org/aragot/discrepancywithbndlib/changeset/670d96221620).
Thank you very much,
Adrien