Description
Starting analyze from a project directory, it crashes with this message : "incomplete literal/length tree".
It seems like some zip is corrupted, I guess this is a jar that may have this problem, but I can't figure which one it is.
I guess maven-dependency-plugin should at least try to catch this exception to log which jar it was trying to analyze. This would help identify the corrupted jar in the local maven repository and try to correct/update it.
Thanks a lot.