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/01/30 11:40:36 UTC

[jira] Closed: (FELIX-362) The "wrap" and "bundleall" goals fail when artifacts use classifiers.

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

Stuart McCulloch closed FELIX-362.
----------------------------------


> The "wrap" and "bundleall" goals fail when artifacts use classifiers.
> ---------------------------------------------------------------------
>
>                 Key: FELIX-362
>                 URL: https://issues.apache.org/jira/browse/FELIX-362
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.0.0
>         Environment: Maven 2.0.7, Windows, Linux
>            Reporter: Thomas Dewire
>            Assignee: Stuart McCulloch
>
> It appears that the "bundleall" and "wrap" goals will fail when an dependency uses a classifier. Although these dependencies resolve fine in other maven contexts, the bundle plugin seems to balk.
> For a working example, attempt to execute "bundleall" or "wrap" for any maven project that has the following artifact as a dependency:
> <dependency>
>   <groupId>org.testng</groupId>
>   <artifactId>testng</artifactId>
>   <version>5.1</version>
>   <scope>test</scope>
>   <classifier>jdk15</classifier>
> </dependency>

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