mirror of https://github.com/apache/maven.git
remove MAVEN_OPTS - no need for such a high setting, and make it consistent with the shell script
also, the form of MAVEN_OPTS did not work when it was already set due to extra quoting git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c0f134fa5
commit
8918d09b75
|
@ -123,7 +123,6 @@ goto Win9xApp
|
|||
|
||||
@REM Reaching here means variables are defined and arguments have been captured
|
||||
:endInit
|
||||
if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xmx256m"
|
||||
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
|
||||
|
||||
@REM Start MAVEN2
|
||||
|
|
Loading…
Reference in New Issue