find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \;
For windows: cd %userprofile%\.m2\repository for /r %i in (*.lastUpdated) do del %i
cd %userprofile%\.m2\repository for /r %i in (*.lastUpdated) do del %i
No comments:
Post a Comment