当前位置: 代码迷 >> Ruby/Rails >> reading *jar; error in opening zip file
  详细解决方案

reading *jar; error in opening zip file

热度:701   发布时间:2016-04-29 02:07:38.0
reading ***.jar; error in opening zip file

Archive for required library: **.jar'? in project?*** cannot be read or is not a valid ZIP file

错误: 读取? ***.jar时出错; error in opening zip file
[ERROR] error: error reading? ***.jar; error in opening zip file

?

我这个错误是在切换maven setting.xml 配置后报的。

错误原因解决办法如下:

Probably, contents of the JAR files in your local .m2 repository are HTML saying "301 Moved Permanently". It seems that mvn does not handle "301 Moved Permanently" properly as expected. In such a case, download the JAR files manually from somewhere (the central repository, for example) and put them into your .m2 repository.

?

Sometimes it is not a 302, the idea is correct. Maven has pulled down some html content describing an error and saved it to a jar file.?

?

From: http://stackoverflow.com/questions/7600028/maven-error-in-opening-zip-file-when-running-maven

?

终究是自己的方法有问题叫喊
第一步应该是:查看这个jar包是否正常

?

?

?

?

  相关解决方案