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

Stuart McCulloch resolved FELIX-362.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0.0)

OK, this has been fixed by the partial commit of Carlos' fixes from FELIX-360 - 
please test the latest 1.1.0-SNAPSHOT

> 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.

Reply via email to