Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: PMD
-
Labels:None
-
Environment:ALL
-
Number of attachments :
Description
PMD supports the -xslt parameter to generate a custom report.
It is very useful if maven pmd plugin could support this feature.
The Maven plugin creates a standard Maven report for PMD that integrates nicely into a Maven-generated site.
If you really want to create a "custom" report you could use an XSLT-capable plugin, like XML Maven Plugin, that would work on the xml file that PMD generates.
http://mojo.codehaus.org/xml-maven-plugin/