kwin commented on issue #1857: URL: https://github.com/apache/maven-resolver/issues/1857#issuecomment-4328630859
The guard in https://github.com/apache/maven-resolver/blob/36df28226a5582bf3cd2bd4547312ad477014035/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultArtifactResolver.java#L414 is problematic as a regular 404 does not populate `ArtifactResult.getExceptions()` but in case another exception happened in another remote repo is completely swallowed. At least a suppressed exception for the regular not found should be added. WDYT @cstamas? -- 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]
