diff --git a/pmd/ReadMe.txt b/pmd/ReadMe.txt new file mode 100644 index 0000000000..240076f3e8 --- /dev/null +++ b/pmd/ReadMe.txt @@ -0,0 +1,12 @@ +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 !