@Mojo(name="analyze-duplicate",
aggregator=false,
threadSafe=true)
public class AnalyzeDuplicateMojo
extends org.apache.maven.plugin.AbstractMojo
<dependencies/>
and <dependencyManagement/>
tags in the
pom.xml
and determines the duplicate declared dependencies.Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES |
static String |
MESSAGE_DUPLICATE_DEP_IN_DEPMGMT |
Constructor and Description |
---|
AnalyzeDuplicateMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPMGMT
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.