summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-08-29 10:59:10 +0200
committergjoranv <gjoranv@gmail.com>2023-08-29 11:31:30 +0200
commite479681e92fccb03bcd8e98edc88edfe522f0d0d (patch)
tree94fb7f4c0ea9316f7f71692a763aa5e39d17989d /bootstrap.sh
parent769da494a5e51554fbb423aad4957732f790b4aa (diff)
Remove duplicate printout and comment
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 191e3161290..f42b556c4e4 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -72,13 +72,12 @@ $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. TODO: use here and in vespa build.
+# Set up maven wrapper.
echo "Setting up maven wrapper in $(pwd)"
mvn wrapper:wrapper -Dmaven=3.8.8 -f maven-plugins/pom.xml
force_move maven-plugins .mvn
force_move maven-plugins mvnw
rm -f maven-plugins/mvnw*
-echo "Using maven command: ${MAVEN_CMD}"
${MAVEN_CMD} -v
# must install parent poms first: