summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-29 11:29:09 +0100
committergjoranv <gv@oath.com>2017-12-01 16:15:13 +0100
commitfb00c09c9d2a6405d00352bde44b71dce8ccea20 (patch)
tree8cc6c0c7be4b3fe33d608bedb9fbdc067b62aa79 /bootstrap.sh
parent4d14446ee08f268800c22b96fa4d15a659469b76 (diff)
Install new parent poms.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 075da74b7c7..b71af73c529 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -44,8 +44,16 @@ $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
+)
mvn_install -N
# and build plugins first: