laeubi commented on PR #1339: URL: https://github.com/apache/maven/pull/1339#issuecomment-1853488494
@cstamas sound quite handy, I wonder if an extra file is required here (its often a bit hard to really reference "right" root as there is no official "the location of the `.mvn` folder") alos it adds maybe more stuff to the repo and hopefully user relocations should be rarely used! So I would like to suggest to support (in addition to the file) support a syntax like this: ``` -Dmaven.relocation.banfoo=org.foo:*:*> -Dmaven.relocation.org=org.here:*:*>org.there:*:* -Dmaven.relocation.javax=javax.inject:javax.inject:1>jakarta.inject:jakarta.inject:1.0.5 ``` so basically everything starting with `-Dmaven.relocation.` followed by any string will be merged with the content of a possible file given. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org