summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 075da74b7c7..f331caa5c44 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -44,8 +44,10 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
# The 'default' mode also builds some modules needed by C++ code.
# The 'full' mode also builds modules needed by C++ tests.
-# must install parent pom first:
+# must install parent poms first:
echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."
+cd container-dependency-versions && mvn_install
+cd ../parent && mvn_install && cd ..
mvn_install -N
# and build plugins first: