Skip to content

Instantly share code, notes, and snippets.

@etorreborre
Created October 25, 2012 01:35
Show Gist options
  • Save etorreborre/3949981 to your computer and use it in GitHub Desktop.
Save etorreborre/3949981 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