Class AnalyzeDuplicateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.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.- Author:
- Vincent Siveton
- 
Field SummaryFieldsFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Field Details- 
MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES- See Also:
 
- 
MESSAGE_DUPLICATE_DEP_IN_DEPMGMT- See Also:
 
 
- 
- 
Constructor Details- 
AnalyzeDuplicateMojo@Inject public AnalyzeDuplicateMojo(org.apache.maven.project.MavenProject project) 
 
- 
- 
Method Details- 
executepublic void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
- org.apache.maven.plugin.MojoExecutionException
- org.apache.maven.plugin.MojoFailureException
 
 
-