HONEYCOMB-287 Infra micro-benchmarks
authorMaros Marsalek <[email protected]>
Thu, 3 Nov 2016 15:24:17 +0000 (16:24 +0100)
committerMaros Marsalek <[email protected]>
Mon, 7 Nov 2016 14:33:48 +0000 (15:33 +0100)
Config (write)
Operational (read)

Add -Pbenchmark to maven execution to include benchmarks

Change-Id: Ia4815ffc109e34629279b9418b962a9f91c38c30
Signed-off-by: Maros Marsalek <[email protected]>
release-notes/src/main/asciidoc/install_guide/install_manual_build.adoc

index 9248ddc..82ab844 100644 (file)
@@ -172,6 +172,13 @@ cd honeycomb/
 
  mvn clean install
 
+[NOTE]
+=====
+To perform quick build(no tests, no checks, no docs) run:
+
+ mvn clean install -DskipTests -Dcheckstyle.skip -Dmaven.javadoc.skip=true -Djacoco.skip
+=====
+
 Now Honeycomb can be run with:
 
 [subs="+attributes"]