gnodet commented on PR #2147: URL: https://github.com/apache/maven/pull/2147#issuecomment-2704141898
> Example of conflict and DEBUG output: > > ``` > [DEBUG] Configured core extensions: > [DEBUG] * USER: > [DEBUG] - eu.maveniverse.maven.mimir:extension:0.4.0 -> /home/cstamas/.m2/extensions.xml:3 > [DEBUG] * PROJECT: > [DEBUG] - eu.maveniverse.maven.mimir:extension:0.4.0 -> /home/cstamas/Worx/apache-maven/maven/.mvn/extensions.xml:3 > [WARNING] Found 1 extension conflict(s): > [WARNING] * Conflicting extension eu.maveniverse.maven.mimir:extension: /home/cstamas/Worx/apache-maven/maven/.mvn/extensions.xml:3 vs /home/cstamas/.m2/extensions.xml:3 > [WARNING] > [WARNING] Order of core extensions precedence is project > user > installation. Selected extensions are: > [WARNING] * eu.maveniverse.maven.mimir:extension:0.4.0 configured in /home/cstamas/Worx/apache-maven/maven/.mvn/extensions.xml:3 > [DEBUG] Selected core extensions: > [DEBUG] * eu.maveniverse.maven.mimir:extension:0.4.0: /home/cstamas/Worx/apache-maven/maven/.mvn/extensions.xml:3 > ``` Why do we consider a conflict if the extension is the same (same GAV + same config) ? That's not really a conflict. A conflict would be a different version or different config imho. -- 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