| Class | Description |
|---|---|
| AbstractAnalyzeMojo |
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
|
| AbstractDependencyFilterMojo |
Class that encapsulates the plugin parameters, and contains methods that
handle dependency filtering
|
| AbstractDependencyMojo | |
| AbstractFromDependenciesMojo |
Abstract Parent class used by mojos that get Artifact information from the
project dependencies.
|
| AbstractResolveMojo | |
| AnalyzeDepMgt |
This mojo looks at the dependencies after final resolution and looks for
mismatches in your dependencyManagement section.
|
| AnalyzeDuplicateMojo |
Analyzes the
<dependencies/> and <dependencyManagement/> tags in the
pom.xml and determines the duplicate declared dependencies. |
| AnalyzeMojo |
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
|
| AnalyzeOnlyMojo |
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
|
| AnalyzeReportMojo |
Analyzes the dependencies of this project and produces a report that summarizes which are: used and declared; used
and undeclared; unused and declared.
|
| AnalyzeReportView |
This is the view part of the analyze-report mojo.
|
| BuildClasspathMojo |
This goal will output a classpath string of dependencies from the local repository to a file or log.
|
| CopyDependenciesMojo |
Goal that copies the project dependencies from the repository to a defined
location.
|
| GetMojo |
Downloads a single artifact transitively from the specified remote repositories.
|
| ListMojo |
Displays the list of dependencies for this project.
|
| PropertiesMojo |
Goal that sets a property pointing to the artifact file for each project dependency.
|
| PurgeLocalRepositoryMojo |
Remove the project dependencies from the local repository, and optionally re-resolve them.
|
| TreeMojo |
Displays the dependency tree for this project.
|
| UnpackDependenciesMojo |
Goal that unpacks the project dependencies from the repository to a defined
location.
|
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.