summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-08-31 21:44:14 +0000
committerArnstein Ressem <aressem@verizonmedia.com>2020-08-31 21:44:14 +0000
commitbd878fa4d763caa664078ef9732425b7cc1ae850 (patch)
tree64837f6d382c66d89b5e1b316f407f3df565aa6b /bootstrap.sh
parentf6792aac5a511e0e67cb5fe1c989bff4c786cbab (diff)
Make it possible to pick up jars needed for cpp tests from alternative location.
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."