MVN

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

Maven & Gradle

Sep 27, 2014
81 stars

maven-duplicate-finder-plugin Maven Mojo · 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.)

<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>maven-duplicate-finder-plugin</artifactId>
    <version>1.0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ning.maven.plugins : maven-duplicate-finder-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.ning.maven.plugins : maven-duplicate-finder-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-duplicate-finder-plugin-1.0.9
maven-duplicate-finder-plugin-1.0.8
maven-duplicate-finder-plugin-1.0.7
maven-duplicate-finder-plugin-1.0.6
maven-duplicate-finder-plugin-1.0.5
maven-duplicate-finder-plugin-1.0.4
maven-duplicate-finder-plugin-1.0.3
maven-duplicate-finder-plugin-1.0.2
maven-duplicate-finder-plugin-1.0.1
maven-duplicate-finder-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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