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

沒有留言:

張貼留言