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


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource.java:
##########
@@ -273,6 +299,14 @@ private Path resolvePrefixesFromLocalConfiguration(
         }
     }
 
+    private boolean supportedResolvePrefixesForRemoteRepository(
+            RepositorySystemSession session, RemoteRepository 
remoteRepository) {
+        // TODO: RemoteRepository.isRepositoryManager() is still unused in 
Maven; once used, factor it in

Review Comment:
   In fact, let me work thru this: despite nothing **sets** this 
`RemoteRepository` property, it _is queried regularly in resolver codebase_.



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