aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index b48f4b77836..79fe6d2c9bf 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -83,7 +83,7 @@ case "$MODE" in
;;
full)
echo "Building full set of dependencies."
- mvn_install -am -pl jrt,linguistics,messagebus
+ mvn_install -am -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -pl jrt,linguistics,messagebus
;;
default)
echo "Building default set of dependencies."