提交 | 用户 | 时间
e57a89 1 @echo off
2 echo.
3 echo [信息] 清理工程target生成路径。
4 echo.
5
6 %~d0
7 cd %~dp0
8
9 cd ..
10 call mvn clean
11
12 pause