cstamas opened a new pull request, #1212:
URL: https://github.com/apache/maven/pull/1212

   Applies MRESOLVER-390 changes, and removes all sprinkled artifact ordering, 
delegates fully to Resolver.
   
   If you do `mvn -X package` you can see for example that enforcer plugin 
classpath is built in pre-order way from tree:
   https://gist.github.com/cstamas/d1cb11d96938cdb9e6da2b46eec449b6
   
   Now, if do `mvn -X package 
-Daether.system.resolveDependencies.visitor=levelOrder`, then enforcer plugin 
classpath is built in level order:
   https://gist.github.com/cstamas/6498cfb31afe74ded1471c02d982eee6
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-390
   


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

Reply via email to