rosti-il commented on issue #307: Simplify detection of the MAVEN_HOME and make it fully qualified URL: https://github.com/apache/maven/pull/307#issuecomment-570480714 I just kept the original style of using `"` in `set` commands. But now I found that this is not only a matter of style but a mandatory requirement. Using `set A="value with spaces"` inserts the double quotes into the variable value and we don't want this. Using `set "A=value with spaces"` doesn't insert the double quotes into the variable value and this is good. https://stackoverflow.com/questions/535975/dealing-with-quotes-in-windows-batch-scripts
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
