By default, PMD runs during the *verify* phase.

PMD analyzes source code only (not bytecode), correct? Is there any harm in
running it during *compile*? Checkstyle runs during compile. We'd like our
code to fail earlier in the lifecycle if there are any problems.

Reply via email to