org.apache.maven.plugin.dependency
Class AnalyzeDuplicateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.dependency.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.java 1400739 2012-10-21 23:05:22Z hboutemy $
Author:
Vincent Siveton

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


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