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

前端 未结 14 1864
予麋鹿
予麋鹿 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条回答
  •  粉色の甜心
    2020-11-22 08:26

    I'd like to give my give my practice.

    Use your preferred IDE, take eclipse for for example here:

    1. Find an appropriate location within the exception stack
    2. Set conditional breakpoint
    3. Debug it
    4. It will print the corrupted jar before exception

提交回复
热议问题