|
Class Summary |
| AbstractDependencyFilterMojo |
Class that excapusulates 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. |
| AnalyzeMojo |
This goal analyzes your project's dependencies and lists dependencies that
should be declared, but are not, and dependencies that are declared but
unused. |
| 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. |
| PurgeLocalRepositoryMojo |
Remove the project dependencies from the local repository, and optionally
re-resolve them. |
| UnpackDependenciesMojo |
Goal that unpacks the project dependencies from the repository to a defined
location. |