标签:
@echo offrem 这里写你的仓库路径set REPOSITORY_PATH=D:\Java\reporem 正在搜索...for /f "delims=" %%i in (‘dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"‘) do ( del /s /q %%i)rem 搜索完毕pause
maven 本地仓库 删除 lastUpdated 文件
原文地址:http://www.cnblogs.com/fengyexjtu/p/5123130.html