aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0108999b1c6..e0dbfd33133 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -63,6 +63,10 @@ $top/dist/getversionmap.sh $top > $top/dist/vtag.map
# must install parent poms first:
echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."
(
+ cd dependency-versions
+ mvn_install
+)
+(
cd container-dependency-versions
mvn_install
)