Last Version

maven-duplicate-finder-plugin Maven Mojo 1.0.9

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.ning.maven.plugins
ArtifactId

ArtifactId

maven-duplicate-finder-plugin
Version

Version

1.0.9
Type

Type

maven-plugin
Description

Description

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.)
Project URL

Project URL

https://github.com/ning/maven-duplicate-finder-plugin
Source Code Management

Source Code Management

https://github.com/ning/maven-duplicate-finder-plugin

Download maven-duplicate-finder-plugin 1.0.9


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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0.9
org.apache.maven : maven-project jar 2.0.9
org.apache.maven : maven-model jar 2.0.9
org.apache.maven : maven-artifact jar 2.0.9
commons-lang : commons-lang jar 2.4
commons-io : commons-io jar 1.4
commons-codec : commons-codec jar 1.5
org.slf4j : slf4j-api jar 1.6.1
com.pyx4j : maven-plugin-log4j jar 1.0.1

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.