来自Spring Web MVC maven依赖的腐败罐子

时间:2016-03-22 14:00:39

标签: spring maven

最近,我遇到了一个实例,其中Spring Web MVC maven依赖性间歇性地下载了腐败的jar。以下是依赖性以及我使用的版本:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>3.0.7.RELEASE</version>
</dependency>

进一步搜索时,我发现我并不是唯一遇到此类问题的人。例如,几个论坛中的帖子表明这种依赖性似乎间歇性地提供了腐败的罐子。

http://crunchify.com/cannot-be-read-or-is-not-a-valid-zip-file-how-to-fix-maven-build-path-error-with-corrupted-jar-file/

这个问题的根本原因是什么?正如大多数建议的那样,清理m2 repo并运行新鲜构建解决此问题的唯一解决方案吗?

0 个答案:

没有答案