summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-08-31 14:58:56 +0200
committerGitHub <noreply@github.com>2017-08-31 14:58:56 +0200
commitbdc885ce4cfe70eaf696c71a7522bc98f10e7552 (patch)
tree0b18802dcd9798e5210bbeda584341abc2c74e1e /bootstrap.sh
parent033d298bc2e29fb43640e478c2ecabad21e4e4da (diff)
Reduce verbose output from bootstrap script.
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 c1127d6b1b8..e31e0cabda9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -26,7 +26,7 @@ else
fi
mvn_install() {
- mvn --batch-mode --threads 1.5C -nsu install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true "$@"
+ mvn --quiet --batch-mode --threads 1.5C --no-snapshot-updates install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true "$@"
}
# Generate vtag map