Robert Scholte created MNG-6211:
-----------------------------------
Summary: Improve relocation message
Key: MNG-6211
URL: https://issues.apache.org/jira/browse/MNG-6211
Project: Maven
Issue Type: Improvement
Components: Dependencies
Reporter: Robert Scholte
Consider the following setup:
{noformat}
A:1.0 -> B:1.1
C:1.1 -> B:1.0
B:1.4 >>> D:1.4
My -> A:1.0, B:1.3, C:1.1
{noformat}
When upgrading My B to 1.4, I'll get a warning about the relocation. But when I
replace B:1.4 with D:1.4, B:1.1 will be pulled in because it is a transitive
dependency of A and because D is not aware being the relocation of B.
In this case the relocation should be INFO, because following the instruction
will have an unpleasant surprise.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)