From 2e008e4e2696f47fec048d7242f9f48c12781652 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 23 Apr 2016 13:29:59 +0200 Subject: [PATCH] Describe how to build the maven site --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index edb2abcd8e..26e128e860 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ This will create the zip files in the directory `pmd-dist/target`: 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 We are using Sourceforge for bug tracking. Please file your bugs at .