com.ning.maven.plugins.duplicatefinder
Class DuplicateFinderMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DuplicateFinderMojo()
           
 
Method Summary
 void execute()
           
 void setIgnoredDependencies(org.apache.maven.model.Dependency[] ignoredDependencies)
           
 
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
 

Constructor Detail

DuplicateFinderMojo

public DuplicateFinderMojo()
Method Detail

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.