Description
If you run mvn dependency:analyze, the maven-dependency-plugin will determine if there are missing or unused dependencies in each module pom file. This plugin can be configured so the Accumulo build fails if a user starts using a dependency but does not declare it in the pom.xml file or if they remove code that uses a dependency but fail to remove the dependency from the pom file.
Attachments
Issue Links
- breaks
-
ACCUMULO-4631 Junit dependency for Sunny ITs missing
- Resolved
-
ACCUMULO-4652 Fix logging for exec-maven-plugin
- Resolved
- links to