Use project maven executable

This commit is contained in:
Ryan Baxter
2020-12-03 16:08:37 -05:00
parent b2203593d9
commit 781ee77968

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=$(../mvn -q \
-Dexec.executable=echo \
-Dexec.args='${project.version}' \
--non-recursive \