Lines Matching refs:M2_HOME
27 @REM M2_HOME - location of maven2's installed home dir
77 if not "%M2_HOME%"=="" goto valMHome
79 if "%OS%"=="Windows_NT" SET "M2_HOME=%~dp0.."
80 if "%OS%"=="WINNT" SET "M2_HOME=%~dp0.."
81 if not "%M2_HOME%"=="" goto valMHome
84 echo Error: M2_HOME not found in your environment. >&2
85 echo Please set the M2_HOME variable in your environment to match the >&2
93 if not "_%M2_HOME:~-1%"=="_\" goto checkMBat
94 set "M2_HOME=%M2_HOME:~0,-1%"
98 if exist "%M2_HOME%\bin\mvn.bat" goto init
101 echo Error: M2_HOME is set to an invalid directory. >&2
102 echo M2_HOME = "%M2_HOME%" >&2
103 echo Please set the M2_HOME variable in your environment to match the >&2
150 for %%i in ("%M2_HOME%"\boot\plexus-classworlds-*) do set CLASSWORLDS_JAR="%%i"
155 for %%i in ("%M2_HOME%\boot\plexus-classworlds-*") do set CLASSWORLDS_JAR="%%i"
161 %MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath %CLASSWORLDS_JAR% "-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%" %CLASSWORLDS_LAUNCHER% %MAVEN_CMD_LINE_ARGS%