org.apache.maven.plugin.dependency
Class AnalyzeDuplicateMojo
java.lang.Object
  
org.apache.maven.plugin.AbstractMojo
      
org.apache.maven.plugin.dependency.AnalyzeDuplicateMojo
- All Implemented Interfaces: 
 - ContextEnabled, Mojo
 
@Mojo(name="analyze-duplicate",
      aggregator=false)
public class AnalyzeDuplicateMojo- extends AbstractMojo
 
Analyzes the <dependencies/> and <dependencyManagement/> tags in the
 pom.xml and determines the duplicate declared dependencies.
- Version:
 
  - $Id: AnalyzeDuplicateMojo.java 1357251 2012-07-04 13:28:33Z olamy $
 
- Author:
 
  - Vincent Siveton
 
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
ROLE | 
 
 
 
 
| 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 MojoExecutionException,
                    MojoFailureException
- 
- Throws:
 MojoExecutionException
MojoFailureException
 
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.