Class | Description |
---|---|
AbstractAnalyzeMojo |
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared; compile scoped but only used in tests.
|
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.
|
AnalyzeReportRenderer |
This is the view part of the analyze-report mojo.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.