jar

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

Maven & Gradle

Sep 27, 2014
80 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.)

Table Of Contents

Latest Version

Download com.ning.maven.plugins : maven-duplicate-finder-plugin JAR file - Latest Versions:

All Versions

Download com.ning.maven.plugins : maven-duplicate-finder-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maven-duplicate-finder-plugin-1.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ning.maven.plugins.duplicatefinder

├─ com.ning.maven.plugins.duplicatefinder.ClasspathDescriptor.class - [JAR]

├─ com.ning.maven.plugins.duplicatefinder.DependencyWrapper.class - [JAR]

├─ com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.class - [JAR]

├─ com.ning.maven.plugins.duplicatefinder.Exception.class - [JAR]

├─ com.ning.maven.plugins.duplicatefinder.ToStringComparator.class - [JAR]