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:
12
pmd/ReadMe.txt
Normal file
12
pmd/ReadMe.txt
Normal 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 !
|
Reference in New Issue
Block a user