我有一个 Maven 项目,当我尝试运行时,它给了我BUILD FAILUREmvn install
并出现以下错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project core: Compilation failure: Compilation failure:
[ERROR] error: error reading C:\Users\lawson\.m2\repository\org\springframework\spring-beans\3.0.5.RELEASE\spring-beans-3.0.5.RELEASE.jar; cannot read zip file entry
我已经在 Eclipse 的项目中看到了Maven依赖项下的所有依赖项。有人可以帮我理解为什么我会收到这个错误吗?
谢谢。