summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fick <mfick@codeaurora.org>2013-05-08 11:00:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-08 11:00:36 +0000
commite4ccaeeb57cc3e91f6d62f388ec3fa1c5c8ad41e (patch)
tree1f2cf78b80e1b61f926b468d880f55bdd29016d5
parent448346f6a78feb4afee0637647e0101b320fd155 (diff)
parent2ef27d87bbe52e49b135b5894849235c32479198 (diff)
Merge "Update build instructions in developer documentation" into stable-2.6
-rw-r--r--Documentation/dev-readme.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 12eb1a7c46..2a9925b248 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -31,7 +31,21 @@ Building
From the command line:
----
- mvn package
+ mvn clean package
+----
+
+By default the build will run tests and build the documentation.
+
+To build without tests:
+
+----
+ mvn clean package -DskipTests
+----
+
+To build without documentation:
+
+----
+ mvn clean package -Dgerrit.documentation.skip
----
Output executable WAR will be placed in: