| Package | Description | 
|---|---|
| org.apache.maven.shared.dependency.analyzer | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectDependencyAnalysis | 
ProjectDependencyAnalyzer.analyze(org.apache.maven.project.MavenProject project)  | 
ProjectDependencyAnalysis | 
DefaultProjectDependencyAnalyzer.analyze(org.apache.maven.project.MavenProject project)  | 
ProjectDependencyAnalysis | 
ProjectDependencyAnalysis.forceDeclaredDependenciesUsage(String[] forceUsedDependencies)
Force use status of some declared dependencies, to manually fix consequences of bytecode-level analysis which
 happens to not detect some effective use (constants, annotation with source-retention, javadoc). 
 | 
ProjectDependencyAnalysis | 
ProjectDependencyAnalysis.ignoreNonCompile()
Filter not-compile scoped artifacts from unused declared. 
 | 
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.