DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.ning.maven.plugins : maven-duplicate-finder-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file maven-duplicate-finder-plugin-1.0.9-javadoc.jar to maven-duplicate-finder-plugin-1.0.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-duplicate-finder-plugin-1.0.9-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maven-duplicate-finder-plugin-1.0.9-sources.jar" -d "maven-duplicate-finder-plugin-1.0.9-javadoc" -subpackages