`

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包是否正常

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics