p2-maven-plugin
p2-maven-plugin copied to clipboard
Support merged bundles
It would be very convenient to have the option to create merged bundles, like the functionality implemented by bnd-platform.
I can't see it supported by p2-maven-plugin, but I might have missed something. Keep up the great work!
Agreed. Would help with split packages issue.
I have the same problem. This would be a major feature. Split packages are very common.
Under the hood, p2 maven plugin is using the maven bundle plugin for interpretation of the bnd instruction. Currently, it doesn't support merge instruction (I invested only a few minutes research on it).