org.apache.maven.plugin.dependency.analyze
Class AnalyzeDuplicateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.dependency.analyze.AnalyzeDuplicateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="analyze-duplicate",
aggregator=false,
threadSafe=true)
public class AnalyzeDuplicateMojo- extends org.apache.maven.plugin.AbstractMojo
Analyzes the <dependencies/> and <dependencyManagement/> tags in the
pom.xml and determines the duplicate declared dependencies.
- Version:
- $Id: AnalyzeDuplicateMojo.java 1481553 2013-05-12 13:25:34Z hboutemy $
- Author:
- Vincent Siveton
| 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 |
AnalyzeDuplicateMojo
public AnalyzeDuplicateMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
-
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean skip)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.