Make sure you have unzip/zip installed for cygwin and then you can do the following from the command line:
nxp10009@NLVEHVBE01NB13D /cygdrive/c/Documents and Settings/nxp10009/.m2/repository $ find . -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid zip error: Zip file structure invalid (./javax/mail/mail/1.4/mail-1.4.jar) zip error: Zip file structure invalid (./org/apache/axis2/axis2-adb/1.4.1/axis2-adb-1.4.1.jar) zip error: Zip file structure invalid (./org/apache/axis2/axis2-kernel/1.4.1/axis2-kernel-1.4.1.jar) zip error: Zip file structure invalid (./org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar)You should try to delete those corrupt jars from your repository and download them again.
And for those like me who couldn't see anything displayed (thx Firebug), the command is:
ReplyDeletefind . -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid
I adjusted the output to be wrapped in a pre tag so now it should be readable for everybody ;-)
ReplyDeleteOther than on low resolution mobile devices where it disappears off the right edge of the screen, and for some reason scrolling is disabled... (Aside: why do so many web sites with responsive designs disable horizontal scrolling on mobile?)
Delete