summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-11-29 15:06:46 +0100
committerGitHub <noreply@github.com>2017-11-29 15:06:46 +0100
commit1c5eb1dafb6419158cf848d5acfea62d0a5824fc (patch)
tree3a25378c030f8f2ac9b6442708bdc7c2a000ca12 /bootstrap.sh
parent166ce7c53a96f733d5e1b909bc8b465a2f8d70ec (diff)
Revert "Gjoranv/split parent"
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index b71af73c529..075da74b7c7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -44,16 +44,8 @@ $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 poms first:
+# must install parent pom 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: