丹丹的筆記本
留下記錄是好習慣!
2013年6月6日 星期四
Maven 清除下載失敗
Mac/Linux
find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \;
Windows
cd %userprofile%\.m2\repository
for /r %i in (*.lastUpdated) do del %i
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言