duplicate-finder-maven-plugin icon indicating copy to clipboard operation
duplicate-finder-maven-plugin copied to clipboard

Maven plugin to find duplicate classes or resources

Results 12 duplicate-finder-maven-plugin issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
help wanted

- 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...

enhancement
help wanted

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

enhancement
help wanted

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...

enhancement

Limit the set of classes on which the plugin acts.