Update build documentation to new Maven build.
diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html
index c60416b..6937472 100644
--- a/org.jacoco.doc/docroot/doc/build.html
+++ b/org.jacoco.doc/docroot/doc/build.html
@@ -54,6 +54,17 @@
 </pre>
 
 
+<h2>Running Quick Build without Tests</h2>
+
+<p>
+  It is not recommended, however possible to the run build without any tests:
+</p>
+
+<pre>
+  mvn clean install -DskipTests
+</pre>
+
+
 <h2>Testing with different JDKs</h2>
 
 <p>