You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by java joe <jo...@schiavone.org> on 2023/08/20 21:07:07 UTC

maven-bundle-plugin Question

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