Let's say I want to wrap a few library jars as a single bundle and I want to export all packages in all those libraries. I want to inline the contents. Can I configure maven-bundle-plugin like this:
<instructions>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
   <_exportcontents>*</_exportcontents>
</instructions>

Or, do I have to specify the package patterns using Export-Package?

Thanks,
Sahoo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to