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-24 10:36:13 +0200
commit76144c5e3e99ff09bf2c495943807962ed25f0d1 (patch)
tree3d5d6b0c6d9367e0ae27e38fd049295de1b54645 /bootstrap.sh
parentc5e9d550ea8d680b569db01648097c3e2bef3d14 (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
)