michael-o commented on code in PR #261:
URL: https://github.com/apache/maven-resolver/pull/261#discussion_r1120574740


##########
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:
   We cannot provide the ID for comparison?



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