dserodio
3/2/2016 - 7:42 PM

Find HTML files named *.jar (to find broken JARs downloaded from codehaus.org)

Find HTML files named *.jar (to find broken JARs downloaded from codehaus.org)

find ~/.m2/repository -name '*.jar' -exec sh -c "file {} | grep -q HTML && echo {}" \; | tee ~/broken-jars.txt