Attribute |
-
Description |
Required |
@@ -27,19 +27,25 @@
verbose |
- Verbose output - just the name of each file processed. |
- Yes |
+ Verbose output - names of files processed, rule counts, etc. |
+ No |
- rulesettype |
- The set of rules to use (all, general, cougaar) |
+ rulesetfiles |
+ A comma delimited list of ruleset files ('rulesets/basic.xml,rulesets/design.xml'). If you write
+ your own ruleset files, they must be on the classpath. |
Yes |
format |
- The report format (xml, text, html) |
+ The report format (xml, html) |
Yes |
+
+ failonerror |
+ Whether on not to fail the build if PMD finds any problems |
+ No |
+
@@ -48,7 +54,16 @@