Follow up of 459 - #1536
Conversation
| .collect(toSet()); | ||
| } | ||
|
|
||
| private Stream<String> findUsedSpi(final Artifact artifact) { |
There was a problem hiding this comment.
Can we extends a maven-dependency-analyzer with such feature?
|
|
||
| <prerequisites> | ||
| <maven>3.6.3</maven> | ||
| <maven>${mavenVersion}</maven> |
This comment was marked as outdated.
This comment was marked as outdated.
|
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 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. |
Following this checklist to help us incorporate your
contribution quickly and easily:
Note that commits might be squashed by a maintainer on merge.
This may not always be possible but is a best-practice.
mvn verifyto make sure basic checks pass.A more thorough check will be performed on your pull request automatically.
mvn -Prun-its verify).If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.