cstamas commented on code in PR #261: URL: https://github.com/apache/maven-resolver/pull/261#discussion_r1120579958
########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultArtifactResolver.java: ########## @@ -384,9 +384,8 @@ private List<ArtifactResult> resolve( if (local.getFile() != null) { LOGGER.info( - "Artifact {} is locally present, but unavailable, verifying availability of {} from {}", + "Artifact {} is present in local repository, but cached from a repository ID that is unavailable in current build context, verifying that is downloadable from {}", Review Comment: No, as to check you need to know the repo id. Simply put: the check is iteration over (current project defined) remote repositories, and ends as "unavailable" if none matched. See enhanced lrm find (overrides simple lrm find method) and below. -- 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