Fixing maven executable

This commit is contained in:
Ryan Baxter
2020-12-03 16:57:22 -05:00
parent 781ee77968
commit 2fb150c3bb

View File

@@ -14,7 +14,7 @@ KIND="${BIN_DIR}/kind"
ISTIOCTL="${BIN_DIR}/istio-1.6.2/bin/istioctl"
MVN_VERSION=$(../mvn -q \
MVN_VERSION=$(../mvnw -q \
-Dexec.executable=echo \
-Dexec.args='${project.version}' \
--non-recursive \