Eclipse plugin doesn't use dependency conflict resolution mechanism
-------------------------------------------------------------------
Key: MECLIPSE-122
URL: http://jira.codehaus.org/browse/MECLIPSE-122
Project: Maven 2.x Eclipse Plugin
Type: Bug
Versions: 2.2
Reporter: Dan Fabulich
Make a project A that depends on B, which in turn depends on C. Make A depend
on C 1.1, and B depend on C 1.0. When building A, mvn compile will correctly
use the "nearer" of the two dependencies and use C 1.1. But mvn eclipse will
just use the last dependency on the chain, using C 1.0. This typically causes
builds of A to work on the command line but fail in Eclipse.
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira