Files
pmd/pmd
Romain PELISSE 3545b58820 Merge with remote
2012-11-14 22:55:39 +01:00
..
2012-11-14 22:55:39 +01:00
2012-11-14 22:46:12 +01:00

How to build PMD ?
==================

Simply use maven: $ mvn compile

PMD now uses a small plugin to generate its website, so if you want to build the
website ($ mvn site), you'll need to install it:

$ cd ../maven-plugin-pmd-build
$ mvn clean install

That's all !