reficio / p2-maven-plugin

Maven3 plugin that automates the third-party dependency management for Eclipse RCP
http://reficio.org
230 stars 97 forks source link

FIxed #242: Support for Multi-release JAR #251

Closed sparsick closed 3 years ago

sparsick commented 3 years ago

Extends default bnd instruction when no instruction is set in the configuration.

Default BND instructions are now:

    <Import-Package>*;resolution:=optional</Import-Package>
    <Export-Package>*</Export-Package>
    <_fixupmessages>"Classes found in the wrong directory";is:=warning</_fixupmessages>