| AbstractAnalyzeMojo |
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
|
| 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.
|