[
https://issues.apache.org/jira/browse/MRESOLVER-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695580#comment-17695580
]
ASF GitHub Bot commented on MRESOLVER-337:
------------------------------------------
cstamas commented on code in PR #262:
URL: https://github.com/apache/maven-resolver/pull/262#discussion_r1122810455
##########
maven-resolver-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java:
##########
@@ -58,7 +59,7 @@ public ArtifactResolutionException(List<ArtifactResult>
results, String message)
*
* @param results The resolution results at the point the exception
occurred, may be {@code null}.
* @param message The detail message, may be {@code null}.
- * @param cause The exception that caused this one, may be {@code null}.
+ * @param cause The exception that caused this one, may be {@code null}.
Review Comment:
?
> Real cause when artifact not found with repository filtering
> ------------------------------------------------------------
>
> Key: MRESOLVER-337
> URL: https://issues.apache.org/jira/browse/MRESOLVER-337
> Project: Maven Resolver
> Issue Type: Improvement
> Reporter: Slawomir Jaranowski
> Priority: Major
> Fix For: 1.10.0
>
>
> One case from MRESOLVER-335.
> When we use remote repository filtering real cause for artifact not found may
> be hidden.
> We can return first ArtifactNotFoundException which is not caused by
> filtering.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)