From 8918d09b7553bae3cdbfdf1160ef6e60f8febf37 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Sun, 12 Jun 2005 05:16:59 +0000 Subject: [PATCH] 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 --- maven-core/src/bin/m2.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-core/src/bin/m2.bat b/maven-core/src/bin/m2.bat index e09b2b50d1..09f0f540b8 100644 --- a/maven-core/src/bin/m2.bat +++ b/maven-core/src/bin/m2.bat @@ -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