aw-was-here commented on code in PR #361:
URL: https://github.com/apache/yetus/pull/361#discussion_r2759545038


##########
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:
   IIRC, when gradle support was added, it wasn't support on windows. 😆 
   
   But now that I think about it, we're probably ok here.  If we detect `mvnw` 
we'll also detect `mvnw.cmd` and that will executed if it can.  So never mind.



-- 
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]

Reply via email to