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/resources.

Author:
Ning, Inc., kreyssel
See Also:
Mojo Developer Cookbook

Field Summary
protected  org.slf4j.Logger LOG
           
protected  boolean skip
          Skip the plugin execution.
 
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
 

Field Detail

LOG

protected final org.slf4j.Logger LOG

skip

protected boolean skip
Skip the plugin execution.
   
     true
   
 

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 © 2014. All Rights Reserved.