Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel7

Using PMD Command Line

Use For the PMD CLI, use the --format xml flag to print out the PMD analysis into the build log. For example:

Code Block
run.sh pmd --dir $PWD/src/main --rulesets category/java/bestpractices.xml --format xml

...