mirror of https://github.com/apache/maven.git
Add M2_HOME by default, it will be use if we don't define maven.home as command line argument.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8eba14b8e1
commit
d24fa87cb6
|
@ -101,6 +101,7 @@ goto Win9xApp
|
|||
@REM Reaching here means variables are defined and arguments have been captured
|
||||
:endInit
|
||||
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
|
||||
SET MAVEN_CMD_LINE_ARGS=%MAVEN_CMD_LINE_ARGS% -Dmaven.home=%M2_HOME%
|
||||
|
||||
@REM Build MBoot2
|
||||
cd maven-mboot2
|
||||
|
|
Loading…
Reference in New Issue