Skip to content

Instantly share code, notes, and snippets.

@mushtaq
Forked from etorreborre/gist:3949981
Created October 25, 2012 13:24
Show Gist options
  • Save mushtaq/3952521 to your computer and use it in GitHub Desktop.
Save mushtaq/3952521 to your computer and use it in GitHub Desktop.
Finding bad jars in your maven repository
find . -name *.jar -exec bash -c "echo {} && jar tvf {} | head -n 1" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment