Describe how to build the maven site

This commit is contained in:
Andreas Dangel
2016-04-23 13:29:59 +02:00
parent 06bf6e8cf8
commit 2e008e4e26

View File

@ -30,6 +30,15 @@ This will create the zip files in the directory `pmd-dist/target`:
That's all ! That's all !
### How to build the documentation (maven site)?
Building the maven site is done with the following commands:
mvn clean install -DskipTests=true
mvn install site site:stage -Psite
You'll find the built site in the directory `target/staging/`.
### Bug Reports ### Bug Reports
We are using Sourceforge for bug tracking. Please file your bugs at <https://sourceforge.net/p/pmd/bugs/>. We are using Sourceforge for bug tracking. Please file your bugs at <https://sourceforge.net/p/pmd/bugs/>.