Skip to content

Instantly share code, notes, and snippets.

@markito
Created September 1, 2012 13:16
Show Gist options
  • Save markito/3572990 to your computer and use it in GitHub Desktop.
Save markito/3572990 to your computer and use it in GitHub Desktop.
Fix maven download problems
find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment