You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2008/05/08 18:32:56 UTC

[jira] Closed: (FELIX-531) Allow the import package scope to be set for the bundleall goal in the maven-bundle-plugin

     [ https://issues.apache.org/jira/browse/FELIX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart McCulloch closed FELIX-531.
----------------------------------


maven-bundle-plugin 1.4.1 has now been released to the maven repository

> 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.0
>         Environment: any
>            Reporter: Mike Smoot
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.1
>
>         Attachments: importResolution.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.