LoginSystem/src/tools/bathelpers/build_project.bat
2015-12-06 01:44:48 +01:00

7 lines
110 B
Batchfile

: Build the project normally
if "%jarfile%" == "" (
call setvars.bat
)
mvn clean install -f "%pomfile%" -B