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 thepom.xml
and determines the duplicate declared dependencies.- Author:
- Vincent Siveton
-
-
Constructor Summary
Constructors Constructor Description AnalyzeDuplicateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-