Deploying Maven project throws java.util.zip.ZipException: invalid LOC header (bad signature)

前端 未结 14 2043
予麋鹿
予麋鹿 2020-11-22 08:03

I am getting the below exception when I run my mvn install. I have even deleted the local repository and ran again getting same exception.

<
14条回答
  •  Happy的楠姐
    2020-11-22 08:44

    If you are using CentOS linux system the Maven local repositary will be:

    /root/.m2/repository/
    

    You can remove .m2 and build your maven project in dev tool will fix the issue.

提交回复
热议问题