Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:checkprevious_pmd
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
pmd.report | File |
- |
The xml report produced by pmd which contains the raw data for
checking. |
basedir | File |
- |
The base directory from which to execute the Ant script. Default value is: ${basedir} . |
Name | Type | Since | Description |
---|---|---|---|
checkprevious.pmd.violations.leeway | Double |
- |
The allowed leeway in the value of violations when compaired to the
last successful build. Default value is: 0 . |
checkprevious.pmd.violations.absolute | Boolean |
- |
Is the leeway for violations given as an absolute value (true) or a
percentage (false)? Default value is: false . |
checkprevious.pmd.dir | String |
- |
The directory where results are saved between builds. Default value is: previous . |
checkprevious.pmd.backup | Boolean |
- |
Make a backup of the previous result file when it is replaced. Default value is: true . |
messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info . |
java.io.File
Yes
${pmd.report}
checkprevious.pmd.violations.leeway:
java.lang.Double
No
${checkprevious.pmd.violations.leeway}
0
checkprevious.pmd.violations.absolute:
java.lang.Boolean
No
${checkprevious.pmd.violations.absolute}
false
java.lang.String
No
${checkprevious.pmd.dir}
previous
java.lang.Boolean
No
${checkprevious.pmd.backup}
true
java.io.File
Yes
${antBasedir}
${basedir}
java.lang.String
No
${antMessageLevel}
info