...
Table of Contents | ||||
---|---|---|---|---|
|
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 |
...