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
-
-
Field Summary
Fields Modifier and Type Field Description static String
MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES
static String
MESSAGE_DUPLICATE_DEP_IN_DEPMGMT
-
Constructor Summary
Constructors Constructor Description AnalyzeDuplicateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES
- See Also:
- Constant Field Values
-
MESSAGE_DUPLICATE_DEP_IN_DEPMGMT
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPMGMT
- See Also:
- Constant Field Values
-
-