[ https://issues.apache.org/jira/browse/MNG-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798142#comment-17798142 ]
ASF GitHub Bot commented on MNG-7959: ------------------------------------- cstamas opened a new pull request, #1349: URL: https://github.com/apache/maven/pull/1349 I had this change parked on laptop, assumed was pushed :( The "ban" was unfinished and wrong: what is actually needed is to have exception with proper explanation instead. --- https://issues.apache.org/jira/browse/MNG-7959 --- Now the command line: ``` $ mvn clean install -Dmaven.relocations.entries="org.slf4j:*:*>>" ``` (global ban of ANY org.slf4j group artifact) causes output like this: https://gist.github.com/cstamas/c57efa1e1d56ca605fdfa88c431eab97 > User controlled relocations > --------------------------- > > Key: MNG-7959 > URL: https://issues.apache.org/jira/browse/MNG-7959 > Project: Maven > Issue Type: New Feature > Components: Artifacts and Repositories > Reporter: Tamas Cservenak > Assignee: Tamas Cservenak > Priority: Major > Fix For: 4.0.0, 4.0.0-alpha-10 > > > Same as remotely relocated, but this should happen from local information > source. -- This message was sent by Atlassian Jira (v8.20.10#820010)