dependency:analyze-duplicate
Full name:
org.apache.maven.plugins:maven-dependency-plugin:3.9.0:analyze-duplicate
Description:
Analyzes the <dependencies/> and <dependencyManagement/> tags in the pom.xml and determines the duplicate declared dependencies.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <skip> | boolean | 2.7 | Skip plugin execution completely. Default: falseUser Property: mdep.analyze.skip | 
Parameter Details
<skip>
Skip plugin execution completely.
- Type: boolean
- Since: 2.7
- Required: No
- User Property: mdep.analyze.skip
- Default: false


