Full name:
org.apache.maven.plugins:maven-dependency-plugin:2.1:analyze
Description:
test-compile
phase - use the
dependency:analyze-only
goal instead when
participating in the build lifecycle.Attributes:
test
.2.0-alpha-3
.test-compile
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
failOnWarning | boolean |
2.0-alpha-3 |
Whether to fail the build if a dependency warning is found. Default value is: false . |
ignoreNonCompile | boolean |
2.0-alpha-3 |
Ignore Runtime,Provide,Test,System scopes for unused dependency
analysis Default value is: false . |
outputXML | boolean |
2.0-alpha-5 |
Output the xml for the missing dependencies Default value is: false . |
scriptableFlag | String |
2.0-alpha-5 |
Flag to use for scriptable output Default value is: $$$%%% . |
scriptableOutput | boolean |
2.0-alpha-5 |
Output scriptable values Default value is: false . |
verbose | boolean |
2.0-alpha-3 |
Output used dependencies Default value is: false . |
boolean
2.0-alpha-3
No
${failOnWarning}
false
boolean
2.0-alpha-3
No
${ignoreNonCompile}
false
boolean
2.0-alpha-5
No
${outputXML}
false
java.lang.String
2.0-alpha-5
No
${scriptableFlag}
$$$%%%
boolean
2.0-alpha-5
No
${scriptableOutput}
false
boolean
2.0-alpha-3
No
${verbose}
false