Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-bundle-plugin-1.4.0
-
None
-
any
Description
It would be nice if the wrap and bundleall goals of the maven-bundle-plugin would allow for Import-Packages to allow for optional resolution.
As such, I've created a patch which allows this with a new configuration parameter: importResolution. This now tells bnd to make all imports optional:
<configuration>
<importResolution>*;resolution:=optional</importResolution>
</configuration>
I'll attach the patch as soon as I figure out how.