Package org.apache.maven.plugin.dependency.analyze

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.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.