Skip to content

Instantly share code, notes, and snippets.

@saisurya-kat
Created March 4, 2019 04:30
Show Gist options
  • Save saisurya-kat/d7d5e4569760ddccd87d988ed4de0766 to your computer and use it in GitHub Desktop.
Save saisurya-kat/d7d5e4569760ddccd87d988ed4de0766 to your computer and use it in GitHub Desktop.
Useful commands
List all corrupted maven jars in local repo
~/.m2/repository/ -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment