How can I make the Maven PMD Plugin print the PMD errors that it finds to the console during a "mvn install"? Right now, the output is going into a pmd error file in the target dir. It looks like old version of the plugin supported the variable "maven.pmd.console", but the new one doesn't seem to.
New PMD plugin: http://maven.apache.org/plugins/maven-pmd-plugin/
Old PMD plugin variables: http://maven.apache.org/maven-1.x/plugins/pmd/properties.html
-Dpmd.printFailingErrors=true
? – khmarbaise