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