Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:check_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 |
|---|---|---|---|
| check.pmd.violations.leeway | Double |
- |
The allowed leeway in the value of violations when compaired to the
given limit. Default value is: 0. |
| check.pmd.violations.absolute | Boolean |
- |
Is the leeway for violations given as an absolute value (true) or a
percentage (false)? Default value is: false. |
| check.pmd.violations.limit | Double |
- |
Fails if violations is more than this value. Default value is: 99999. |
| messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info. |
java.io.FileYes${pmd.report}java.lang.DoubleNo${check.pmd.violations.leeway}0check.pmd.violations.absolute:
java.lang.BooleanNo${check.pmd.violations.absolute}falsejava.lang.DoubleNo${check.pmd.violations.limit}99999java.io.FileYes${antBasedir}${basedir}java.lang.StringNo${antMessageLevel}info