Add support for CPD report to the PMD plugin. The report is a simple text report similar to the 'Javadoc report'.
The patch adds two properties (maven.pmd.cpd.enable and maven.pmd.cpd.minimumtokencount) and one goal (pmd:cpd-report).
Description
Add support for CPD report to the PMD plugin. The report is a simple text report similar to the 'Javadoc report'.
The patch adds two properties (maven.pmd.cpd.enable and maven.pmd.cpd.minimumtokencount) and one goal (pmd:cpd-report).
CPD report patch