George Gastaldi created MNG-7253:
------------------------------------
Summary: Relocation message is never shown
Key: MNG-7253
URL: https://issues.apache.org/jira/browse/MNG-7253
Project: Maven
Issue Type: Bug
Components: Core
Affects Versions: 3.8.2
Reporter: George Gastaldi
The {{relocation}} element as defined in
[https://maven.apache.org/ref/3.8.2/maven-model/maven.html#class_relocation]
shows that you can specify an additional message to show the user about the
move, such as the reason.
However this message is never shown while the relocated artifact is being
resolved as a dependency.
The message displayed instead is:
https://github.com/apache/maven/blob/c3cf29438e3d65d6ee5c5726f8611af99d9a649a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectDependenciesResolver.java#L189-L196
--
This message was sent by Atlassian Jira
(v8.3.4#803005)