Allow the import package scope to be set for the bundleall goal in the 
maven-bundle-plugin
------------------------------------------------------------------------------------------

                 Key: FELIX-531
                 URL: https://issues.apache.org/jira/browse/FELIX-531
             Project: Felix
          Issue Type: New Feature
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-1.4.1
         Environment: any
            Reporter: Mike Smoot
            Priority: Minor
             Fix For: maven-bundle-plugin-1.4.1


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.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to