当我尝试运行mvn clean package install
[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文件并打开它。