aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
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: