Package org.apache.maven.plugins.dependency.analyze
package org.apache.maven.plugins.dependency.analyze
-
ClassDescriptionAnalyzes 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.This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement section.Analyzes the
<dependencies/>
and<dependencyManagement/>
tags in thepom.xml
and determines the duplicate declared dependencies.Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared.Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared.Analyzes the dependencies of this project and produces a report that summarizes which are: used and declared; used and undeclared; unused and declared.This is the view part of the analyze-report mojo.