mirror of https://github.com/apache/maven.git
fix paths
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68d386c4b9
commit
e0ed5f4247
|
@ -107,12 +107,9 @@ cd bootstrap\bootstrap-mini
|
|||
|
||||
call .\build
|
||||
|
||||
@REM Build Maven2
|
||||
cd ..
|
||||
|
||||
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar target\bootstrap-mini.jar install %MAVEN_CMD_LINE_ARGS%
|
||||
|
||||
cd bootstrap\bootstrap-installer
|
||||
cd ..\bootstrap-installer
|
||||
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar ..\bootstrap-installer.jar package %MAVEN_CMD_LINE_ARGS%
|
||||
cd ..\..
|
||||
|
||||
|
|
Loading…
Reference in New Issue