summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-06 11:08:52 +0100
committergjoranv <gv@oath.com>2018-11-06 11:08:52 +0100
commitf08e49673eb6d5a79adc07314eec5dd8cf246100 (patch)
tree984f19688fd36c21ff4090a3fd24c7ed83e4df4e /bootstrap.sh
parentc865c789f5368971941a3b3b2f42b09ef99ef6aa (diff)
Do not run maven in batch mode, don't skip javadoc, not quiet.
- To override, set env var VESPA_MAVEN_EXTRA_OPTS
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 c8f300408db..faeeb806d01 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -42,7 +42,7 @@ echo "Using maven command: ${MAVEN_CMD}"
echo "Using maven extra opts: ${MAVEN_EXTRA_OPTS}"
mvn_install() {
- ${MAVEN_CMD} --quiet --batch-mode --no-snapshot-updates clean install -Dmaven.javadoc.skip=true ${MAVEN_EXTRA_OPTS} "$@"
+ ${MAVEN_CMD} --no-snapshot-updates clean install ${MAVEN_EXTRA_OPTS} "$@"
}
# Generate vtag map