cstamas commented on issue #12648:
URL: https://github.com/apache/maven/issues/12648#issuecomment-5143892667

   @seregamorph Resolver 2 features "transitive dep manager", that is:
   * used by default in Maven 4, controlled by this 
https://github.com/apache/maven/blob/maven-4.0.x/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java#L425-L437
   * not used by default in Maven 3.10, controlled by this: 
https://github.com/apache/maven/blob/maven-3.10.x/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java#L131-L142
   
   Basically same property, but defaults are `true` and `false` respectively in 
Maven 4 vs Maven 3.10. Try to toggle them, and please try to achieve same 
output with 3.10 as well.
   
   As if in both enabled (or disabled), output should be same (w/ disabled, 
same as is in 3.9.16).


-- 
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]

Reply via email to