The homepage of PMD can be found at sourceforge http://pmd.sf.net/.
Updating PMD within FawkeZ, report normalizer
To update PMD within FawkeZ:
- Update PMD version in source:/trunk/config/ivy.xml
- Add the new finders in source:/trunk/config/jcoderz-pmd.xml
- If the report schema of PMD changed you need to adopt source:/trunk/src/xml/schema/pmd.xsd and possibly the normalizer code.
- If the ruleset schema of PMD changed you need to adopt source:/trunk/src/xml/schema/pmd-ruleset.xsd and possibly the normalizer code.
The ruleset definition itself is read out of the PMD distribution, so this is automagically updated.