org.apache.maven.plugin.dependency.analyze
Class AnalyzeDuplicateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.dependency.analyze.AnalyzeDuplicateMojo
All Implemented Interfaces:
ContextEnabled, Mojo

@Mojo(name="analyze-duplicate",
      aggregator=false,
      threadSafe=true)
public class AnalyzeDuplicateMojo
extends AbstractMojo

Analyzes the <dependencies/> and <dependencyManagement/> tags in the pom.xml and determines the duplicate declared dependencies.

Version:
$Id: AnalyzeDuplicateMojo.html 861760 2013-05-12 17:31:26Z hboutemy $
Author:
Vincent Siveton

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AnalyzeDuplicateMojo()
           
 
Method Summary
 void execute()
          
 boolean isSkip()
           
 void setSkip(boolean skip)
           
 
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

AnalyzeDuplicateMojo

public AnalyzeDuplicateMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException

Throws:
MojoExecutionException
MojoFailureException

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.