summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-11-30 14:34:24 +0100
committerGitHub <noreply@github.com>2017-11-30 14:34:24 +0100
commit1e32fbb46c0043a083a4cc5c8caef41c05f2403a (patch)
tree165d3cedfb68e7a6b5a54d529fbe2341518944f6 /bootstrap.sh
parentb46ab5dc9c298e855e47eea2a9a4f8e4f9012dcf (diff)
parent6927c6b43994b57794c8f86b1baab1938f03da35 (diff)
Merge pull request #4318 from vespa-engine/gjoranv/split-parent2
Gjoranv/split parent2
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: