增加 mvn test.bat 脚本

This commit is contained in:
click33 2022-08-31 17:06:28 +08:00
parent 3cc3efcc6f
commit 044684ae83

11
mvn test.bat Normal file
View File

@ -0,0 +1,11 @@
:: 整体test
call mvn clean test
:: 最后打印
echo;
echo;
echo ----------- test end -----------
echo;
pause