cstamas commented on code in PR #595:
URL: https://github.com/apache/maven-resolver/pull/595#discussion_r1818181850


##########
maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager/AbstractDependencyManager.java:
##########
@@ -229,37 +231,46 @@ public DependencyManagement manageDependency(Dependency 
dependency) {
                 }
             }
 
+            // system scope paths always applied to have them aligned
+            // (same artifact > same path) in whole graph

Review Comment:
   It cannot: model builder manages model inheritance ("vertical"). It has no 
idea about "upstream" and "downstream" nodes in graph ("horizontal") direction



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