将项目移动到另一个系统时Maven Build Error

时间:2016-03-28 19:57:15

标签: maven

我正在尝试在另一个系统中设置Maven项目,该系统在我的系统中完美运行。

但是当我尝试在另一个系统中运行时。它抛出以下错误:

Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'spring-security'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5 

知道如何解决此错误吗?

注意:我想在新系统中使用Maven版本3.3.9(我想升级)。

0 个答案:

没有答案