You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sylvain MARIE (JIRA)" <ji...@apache.org> on 2009/05/03 19:32:30 UTC

[jira] Created: (FELIX-1119) Jar plugin configuration is ignored by the maven-bundle-plugin

Jar plugin configuration is ignored by the maven-bundle-plugin
--------------------------------------------------------------

                 Key: FELIX-1119
                 URL: https://issues.apache.org/jira/browse/FELIX-1119
             Project: Felix
          Issue Type: Improvement
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-2.0.0
            Reporter: Sylvain MARIE


Hi all, 

This issue relates to FELIX-806 (fixed). It is still about configuration of the plugin.
In a particular project we need to generate ressources (therefore they end-up being in target/classes) but we need to exclude them. With the jar plugin there is an option to do that, the <excludes>, see http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#excludes. 

However this option is not used by the maven bundle plugin, could it be supported ? (and more generally everything that is in the jar and archive configuration)

Thanks for the 2.0.0 by the way :)
Best regards

Sylvain

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


[jira] Updated: (FELIX-1119) Jar plugin configuration is ignored by the maven-bundle-plugin

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

Stuart McCulloch updated FELIX-1119:
------------------------------------

    Fix Version/s: maven-bundle-plugin-2.1.0

We actually already pick up the archive configuration from the jar plugin to support custom manifests, but we don't yet handle excludes.

Scheduling for the next feature release (2.1.0) as this is a new feature request.

> Jar plugin configuration is ignored by the maven-bundle-plugin
> --------------------------------------------------------------
>
>                 Key: FELIX-1119
>                 URL: https://issues.apache.org/jira/browse/FELIX-1119
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.0.0
>            Reporter: Sylvain MARIE
>             Fix For: maven-bundle-plugin-2.1.0
>
>
> Hi all, 
> This issue relates to FELIX-806 (fixed). It is still about configuration of the plugin.
> In a particular project we need to generate ressources (therefore they end-up being in target/classes) but we need to exclude them. With the jar plugin there is an option to do that, the <excludes>, see http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#excludes. 
> However this option is not used by the maven bundle plugin, could it be supported ? (and more generally everything that is in the jar and archive configuration)
> Thanks for the 2.0.0 by the way :)
> Best regards
> Sylvain

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