Skip to content

Instantly share code, notes, and snippets.

@sasuw
Created May 17, 2018 12:53
Show Gist options
  • Select an option

  • Save sasuw/6256ca2b21f511170ee0e5e917e2168e to your computer and use it in GitHub Desktop.

Select an option

Save sasuw/6256ca2b21f511170ee0e5e917e2168e to your computer and use it in GitHub Desktop.

Revisions

  1. sasuw created this gist May 17, 2018.
    3 changes: 3 additions & 0 deletions find-invalid-jars-in-maven-repo.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/bash

    find ~/.m2/repository/ -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid