带Nexus的Maven无法读取zip文件

时间:2014-07-02 08:55:35

标签: maven nexus

当我尝试运行mvn clean package install

时,我有一个maven项目给了我BUILD FAILURE,并出现以下错误
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project common-web: Compilation failure
[ERROR] error: error reading C:\Users\thomas\.m2\repository\org\project\project-framework-utils-1.0.22.jar; cannot read zip file

我已经在Eclipse的项目中看到了Maven Dependencies下的所有依赖项。有人可以帮我理解为什么我会收到这个错误吗?

我删除了.m2 repository中的文件,但没有帮助我。

当我通过互联网浏览器访问nexus时,我可以下载.jar文件并打开它。

0 个答案:

没有答案