summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-18 12:45:23 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-18 12:45:23 +0200
commitea93251ce3cbed7cf5073efae6455eff5d46adf0 (patch)
tree1410d8f9316842d3315a0ad20c7be8663e43307d /bootstrap.sh
parent45bffb7dcbecae3b03dce2a6d81f4e70e2f28e26 (diff)
already had "-e" set
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index cc7c9d29327..d8b414603d9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -45,10 +45,10 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
# The 'full' mode also builds modules needed by C++ tests.
# must install parent pom first:
-mvn_install -N || exit 1
+mvn_install -N
# and build plugins first:
-mvn_install -f maven-plugins || exit 1
+mvn_install -f maven-plugins
# now everything else should just work with normal maven dependency resolution: