You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2006/05/24 14:06:29 UTC

[jira] Created: (FELIX-76) Add export package wildcard expansion to Maven OSGi plugin

Add export package wildcard expansion to Maven OSGi plugin
----------------------------------------------------------

         Key: FELIX-76
         URL: http://issues.apache.org/jira/browse/FELIX-76
     Project: Felix
        Type: Improvement

  Components: Maven OSGi Plugin  
    Reporter: Richard S. Hall
    Priority: Minor


Damien Lecan suggests that it would be worthwhile to include export package wildcard expansion to the maven plugin. Something like:

  <exportPackage>
    <includes>
      <include>**/api/**</include>
    </includes>
  </exportPackage>

This or some similar syntax could then be automatically expanded by the maven plugin to generate an Export-Package header that included any matching contained packages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (FELIX-76) Add export package wildcard expansion to Maven OSGi plugin

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-76:
---------------------------------

    Component/s:     (was: Maven Bundle Plugin)
                 Maven OSGi Plugin (Deprecated)

> Add export package wildcard expansion to Maven OSGi plugin
> ----------------------------------------------------------
>
>                 Key: FELIX-76
>                 URL: https://issues.apache.org/jira/browse/FELIX-76
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven OSGi Plugin (Deprecated)
>            Reporter: Richard S. Hall
>            Priority: Minor
>
> Damien Lecan suggests that it would be worthwhile to include export package wildcard expansion to the maven plugin. Something like:
>   <exportPackage>
>     <includes>
>       <include>**/api/**</include>
>     </includes>
>   </exportPackage>
> This or some similar syntax could then be automatically expanded by the maven plugin to generate an Export-Package header that included any matching contained packages.

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