michael-o commented on a change in pull request #87:
URL: https://github.com/apache/maven-resolver/pull/87#discussion_r553906483



##########
File path: 
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager.java
##########
@@ -201,7 +210,14 @@ public DefaultRemoteRepositoryManager 
setChecksumPolicyProvider( ChecksumPolicyP
                 }
             }
 
-            result.add( repository );
+            if ( prepend )
+            {
+                result.add( 0, repository );

Review comment:
       Wouldn't that reverse prepend?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to