Change ${failOnViolation} expression to ${pmd.failOnViolation} to allow distinction with other violation override parameters (patch attached) ---------------------------------------------------------------------------------------------------------------------------------------------
Key: MPMD-29 URL: http://jira.codehaus.org/browse/MPMD-29 Project: Maven 2.x Pmd Plugin Type: Improvement Versions: 2.0 Environment: 2.0.4 Reporter: John Allen Priority: Minor Attachments: pmd-patch.txt Change ${failOnViolation} expression to ${pmd.failOnViolation} to allow distinction with other violation override parameters Currently: mvn -Dcheckstyle.failOnViolation=false -DfailOnViolation=false install Ideal: mvn -Dcheckstyle.failOnViolation=false -Dpmd.failOnViolation=false install Patch attached -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira