gnodet commented on code in PR #1655:
URL: https://github.com/apache/maven-resolver/pull/1655#discussion_r2537161787
##########
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:
It may be a good idea to create an issue in Maven and reference it here, so
that we can track more easily in the future.
--
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]