aw-was-here commented on code in PR #361:
URL: https://github.com/apache/yetus/pull/361#discussion_r2749707808
##########
precommit/src/main/shell/plugins.d/maven.sh:
##########
@@ -16,10 +16,12 @@
declare -a MAVEN_ARGS
-if [[ -z "${MAVEN_HOME:-}" ]]; then
- MAVEN=mvn
-else
+if [[ -e "${BASEDIR}/mvnw" ]]; then
Review Comment:
Need to add support for windows here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]