com.ning.maven.plugins.duplicatefinder
Class DuplicateFinderMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DuplicateFinderMojo
- extends org.apache.maven.plugin.AbstractMojo
Finds duplicate classes.
TODO: it would be nice to actually check if the files are different
- See Also:
- Mojo Developer Cookbook
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DuplicateFinderMojo
public DuplicateFinderMojo()
setIgnoredDependencies
public void setIgnoredDependencies(org.apache.maven.model.Dependency[] ignoredDependencies)
throws org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
- Throws:
org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2011. All Rights Reserved.