cstamas commented on issue #11255: URL: https://github.com/apache/maven/issues/11255#issuecomment-3398152231
Maven 4 introduces new kind of relocation, essentially supporting 2 kind of relocations: * distribution based, a la Maven 3 had (100% same) * user provided relocation, where user provides relocation info They both kick in very same place and have _exactly same effect_, the **difference** is that first is provided by publisher (as before), while latter by consumer. **Note: this is still "preview", so depending on this in production is not recommended yet. Or, if you do, please consumer possible changes to them. Feedback welcome.** See sources: https://github.com/apache/maven/tree/master/compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation See documentation for user ones here: https://github.com/apache/maven/blob/master/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java#L323-L344 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
