is not current version
Last Version 1.0.9

com.ning.maven.plugins:maven-duplicate-finder-plugin 1.0.7

The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path, in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for * Classes with the same qualified name in the current project and all dependencies relevant for that classpath * Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that (Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.ning.maven.plugins
ArtifactId

ArtifactId

maven-duplicate-finder-plugin
Version

Version

1.0.7
Type

Type

maven-plugin

Download maven-duplicate-finder-plugin 1.0.7


<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>maven-duplicate-finder-plugin</artifactId>
    <version>1.0.7</version>
</plugin>