duplicate-finder-maven-plugin
duplicate-finder-maven-plugin copied to clipboard
Maven plugin to find duplicate classes or resources
Could you please update the guava version? The current version 2.0.1 of the duplicate-finder-maven-plugin is dependent on com.google.guava:guava version 31.1-jre which has two vulnerabilities. See https://mvnrepository.com/artifact/org.basepom.maven/duplicate-finder-maven-plugin/2.0.1
can't configure exceptions to show on the report only duplicate that answer true to => conflictState="content-different"
With the number of exceptions steadily growing, it would be good to externalize them (similar to other plugins) to be able to put them into a policy jar. See spotbugs...
There is a very common issue with Eclipse and duplicated packages from classpaths and the module of JDK11: https://stackoverflow.com/questions/55571046/eclipse-is-confused-by-imports-accessible-from-more-than-one-module However, this plugin did not find any collisions. It would be...
This is useful for things like the `io.fabric8` client which has a dozen dependencies all with the same conflicting resources.
The output of this plugin often gets lost in the other noise of the maven build. Since maven provides a nice facility for reporting (aka. maven site), it would be...
- fully support multi-release jars (see comment in #33) - take a stab at supporting the module path - remove all the boot classpath magic - change build to use...
Is it possible to integrate the plug-in into the popular static analyzing tool (SonarQube)? It would be really great to see the results there
It would be a nice feature if once a duplicate is found, the transitive path to the artifact was displayed as well in the console and/or the report. Right now...
Limit the set of classes on which the plugin acts.