mirror of https://github.com/apache/maven.git
10 lines
85 B
Batchfile
10 lines
85 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd maven-mboot2
|
||
|
|
||
|
call .\build
|
||
|
|
||
|
cd ..
|
||
|
|
||
|
%JAVA_HOME%\bin\java -jar mboot.jar
|