i am getting this exception when try to run as-> maven build
.m2\repository\commons-logging\commons-logging\1.1\commons-logging-1.1.jar; cannot read zip file entry
I’ve already spent a day on it , searched over google , but no luck
any idea how can i resolve this
thanks
Try to open the jar with a Zip utility (7Zip ou something else).
If it fails, delete the file from your local repository, and retry to run your app.
If it fails again, then you may have an issue with your Maven repos config.