Maven : error in opening zip file when running maven

后端 未结 17 2165
-上瘾入骨i
-上瘾入骨i 2020-11-29 03:28
[ERROR] error: error reading C:\\Users\\suresh\\.m2\\repository\\org\\jdom\\jdom\\1.1\\jdom-1.1.jar; error in opening zip file
[ERROR] error: error reading C:\\Users         


        
17条回答
  •  醉梦人生
    2020-11-29 03:49

    This error sometimes occurs. The files becomes corrupt. A quick solution thats works for me, is:

    • Go to your local repository (in general /.m2/) in your case I see that is C:\Users\suresh.m2)
    • Search for the packages that makes conflicts (in general go to repository/org) and delete it
    • Try again to install it

    With that you force to get the actual files

    good luck with that!

提交回复
热议问题