Issue Type: Bug Bug
Affects Versions: 2.5.1
Assignee: Unassigned
Created: 05/Sep/12 12:19 PM
Description:

I have two artifacts in a project with the same coordinates, but different classifiers, e.g.:

<dependencies>
  <dependency>
    <groupId>com.example</groupId>
    <artifactId>example</artifactId>
    <version>1.0-SNAPSHOT</version>
  </dependency>
  <dependency>
    <groupId>com.example</groupId>
    <artifactId>example</artifactId>
    <version>1.0-SNAPSHOT</version>
    <classifier>foo</classifier>
    <scope>test</scope>
  </dependency>
</dependencies>

The second one is excluded for some reason during cobertura:cobertura run from a list of test classpath, and compiler:test-compile can't compile unit tests.

Environment: Maven 3.0.4
Project: Maven 2.x Cobertura Plugin
Priority: Major Major
Reporter: Yegor Bugayenko
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to