Greetings, Im trying to use maven-bundle-plugin with an existing OSGI MANIFEST.MF to merge/add updates. I can Add fields, but Merging them escapes me?
For Example; In my existing Manifest file I have: Bundle-ClassPath: .,/jars and I would like to be able to merge the <instructions> line for <Bundle-ClassPath>/extras</Bundle-ClassPath> into my final Bundle Manifest. Is this possible? TIA, best regards, joe