JurrianFahner commented on code in PR #878:
URL: https://github.com/apache/maven/pull/878#discussion_r1027127586


##########
apache-maven/src/assembly/shared/mvnvalidate.ps1:
##########
@@ -0,0 +1,9 @@
+# check mvn home
+if (-not $env:MAVEN_HOME) {
+    $env:MAVEN_HOME = (Get-Item $PSScriptRoot"\..")
+}

Review Comment:
   Interesting... I assumed it had the similar interpretation as JAVA_HOME 
(which is an environment variable). Always dangerous, making assumptions... 🤔 
   
   Thanks for pointing it out! I'll update the pull request. 
   



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