summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5c1953836ce..f73234eee5c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -63,10 +63,9 @@ $top/dist/getversionmap.sh $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.
-# Set up maven wrapper and output maven version
+# Set up maven wrapper. TODO: use here and in vespa build.
echo "Setting up maven wrapper in $(pwd)"
-mvn wrapper:wrapper -Dmaven=3.8.8
-${MAVEN_CMD} -v
+mvn wrapper:wrapper -Dmaven=3.8.8 -f maven-plugins/pom.xml
# must install parent poms first:
echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."