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