summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-19 11:21:47 +0200
committergjoranv <gv@yahooinc.com>2023-07-19 11:21:47 +0200
commit8044517ac82aea0c99b40bf81cca7389bb4a7589 (patch)
tree3bb3cd040a7f7421e697388ba8f579970def0890 /bootstrap.sh
parent69d705ef0d9679a1a73f6c00ec2eabb584a6576a (diff)
Create new 'dependency-versions' pom module
- To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
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
)