From aa0950c5e496359358b9cae231bc0709c1774609 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Tue, 6 Dec 2011 18:26:11 +0000 Subject: [PATCH] pmd (build): Document how to install the newly born maven plugin git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7540 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/ReadMe.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pmd/ReadMe.txt 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 !