slachiewicz commented on PR #1536: URL: https://github.com/apache/maven-dependency-plugin/pull/1536#issuecomment-5399385703
Rebasing this on master stops at a decision rather than a merge conflict, so I left it alone. Two files conflict, and the one that matters is `AbstractAnalyzeMojo.filterDependencies`. This branch changes its return from `Set<Artifact>` to `List<Artifact>` and drops the empty-excludes short-circuit that master has since added. Choosing a side changes the method's contract and its callers, which is not something to settle on your behalf. The branch is 8 commits with subjects such as "some draft of a more generic detection of used _unused_ dependencies". If it is still exploratory, cutting a fresh branch from master may be less work than carrying this one forward. *This comment was created with AI assistance.* -- 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]
