You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Odd Vinje (JIRA)" <ji...@apache.org> on 2011/03/01 15:33:36 UTC

[jira] Created: (FELIX-2865) bundleall goal does not honour parameter ignoreMissingArtifacts

bundleall goal does not honour parameter ignoreMissingArtifacts
---------------------------------------------------------------

                 Key: FELIX-2865
                 URL: https://issues.apache.org/jira/browse/FELIX-2865
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-2.3.4
            Reporter: Odd Vinje
             Fix For: maven-bundle-plugin-2.3.4


The code in org.apache.felix.bundleplugin.BundleAllPlugin: 

  /**
     * Ignore missing artifacts that are not required by current project but are required by the
     * transitive dependencies.
     * 
     * @parameter expression=${ignoreMissingArtifacts}
     */
    private boolean ignoreMissingArtifacts;


should have been: 

    @parameter expression=${ignoreMissingArtifacts}


So Maven can pick it up with the -D flag: 

mvn maven-bundle-plugin bundleall -DignoreMissingArtifacts=true



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FELIX-2865) bundleall goal does not honour parameter ignoreMissingArtifacts

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

Stuart McCulloch closed FELIX-2865.
-----------------------------------

    Resolution: Won't Fix

The "bundleall" goal is going to be deprecated, so closing this issue as won't fix. Instead new features/goals will be added to solve common use-cases such as creating mega-bundles, etc.

> bundleall goal does not honour parameter ignoreMissingArtifacts
> ---------------------------------------------------------------
>
>                 Key: FELIX-2865
>                 URL: https://issues.apache.org/jira/browse/FELIX-2865
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.3.4
>            Reporter: Odd Vinje
>              Labels: bundleall, ignoreMissingArtifacts
>
> The code in org.apache.felix.bundleplugin.BundleAllPlugin: 
>   /**
>      * Ignore missing artifacts that are not required by current project but are required by the
>      * transitive dependencies.
>      * 
>      * @parameter expression=${ignoreMissingArtifacts}
>      */
>     private boolean ignoreMissingArtifacts;
> should have been: 
>     @parameter expression=${ignoreMissingArtifacts}
> So Maven can pick it up with the -D flag: 
> mvn maven-bundle-plugin bundleall -DignoreMissingArtifacts=true

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-2865) bundleall goal does not honour parameter ignoreMissingArtifacts

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

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

    Fix Version/s:     (was: maven-bundle-plugin-2.3.4)

> bundleall goal does not honour parameter ignoreMissingArtifacts
> ---------------------------------------------------------------
>
>                 Key: FELIX-2865
>                 URL: https://issues.apache.org/jira/browse/FELIX-2865
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.3.4
>            Reporter: Odd Vinje
>              Labels: bundleall, ignoreMissingArtifacts
>
> The code in org.apache.felix.bundleplugin.BundleAllPlugin: 
>   /**
>      * Ignore missing artifacts that are not required by current project but are required by the
>      * transitive dependencies.
>      * 
>      * @parameter expression=${ignoreMissingArtifacts}
>      */
>     private boolean ignoreMissingArtifacts;
> should have been: 
>     @parameter expression=${ignoreMissingArtifacts}
> So Maven can pick it up with the -D flag: 
> mvn maven-bundle-plugin bundleall -DignoreMissingArtifacts=true

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira