QuidProQuo/bin/mvn-install.bat
Henry Boles e4beb3d606 Init
2021-09-30 15:24:38 -07:00

5 lines
88 B
Batchfile

@REM 安装到本地
CALL ../mvnw clean install -f ../pom.xml -DskipTests %*
pause