scope does not resolve properly in a conflict
---------------------------------------------
Key: MNG-207
URL: http://jira.codehaus.org/browse/MNG-207
Project: m2
Type: Bug
Components: maven-core, maven-artifact
Reporter: Brett Porter
Assigned to: Brett Porter
Fix For: 1.0-alpha-1
currently, if you compile plexus-artifact-container, it fails because a runtime dependency
is missing. This occurs because one of its dependencies declares junit as a test dep, and
the other as a runtime dep. The runtime dep must win (as must compile, etc).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|