@Mojo(name="analyze-duplicate", aggregator=false, threadSafe=true) public class AnalyzeDuplicateMojo extends 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() |
getLog, getPluginContext, setLog, setPluginContext
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES
public static final String MESSAGE_DUPLICATE_DEP_IN_DEPMGMT
public void execute() throws MojoExecutionException, MojoFailureException
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.