4 lines
72 B
Batchfile
4 lines
72 B
Batchfile
@echo off
|
|
cd /d "%~dp0..\stub-pom\"
|
|
mvn clean install -Pproduction
|
|
pause |