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
This commit is contained in:
Romain Pelisse
2011-12-06 18:26:11 +00:00
parent bd8583ea41
commit aa0950c5e4

12
pmd/ReadMe.txt Normal file
View File

@ -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 !