gnodet opened a new pull request, #11888: URL: https://github.com/apache/maven/pull/11888
## Summary - Detect `ArtifactFilteredOutException` in the exception cause chain and append actionable guidance explaining that the remote repository's prefix file doesn't list the artifact's group - Suggest the workaround `-Daether.remoteRepositoryFilter.prefixes=false` and link to RRF documentation - Fix `getReference()` to return the RRF docs URL instead of the generic MojoExecutionException wiki page - Support `https:` reference URLs (previously only `http:` was recognized as an absolute URL) Closes #11856 ## Test plan - [x] Added `DefaultExceptionHandlerTest.testArtifactFilteredOutException()` verifying both the hint message and reference URL - [ ] Manual verification with a repository manager serving incomplete prefix files 🤖 Generated with [Claude Code](https://claude.com/claude-code) _Claude Code on behalf of Guillaume Nodet_ -- 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]
