|
Class Summary |
| 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. |
| 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. |