5 lines
88 B
Batchfile
5 lines
88 B
Batchfile
@REM 安装到本地
|
|
|
|
CALL ../mvnw clean install -f ../pom.xml -DskipTests %*
|
|
pause
|