Maven-未能转移

时间:2014-09-26 07:33:31

标签: java eclipse maven

我对maven很新,我在eclipse中集成了maven,当我尝试转换现有的时候 项目进入maven我遇到以下错误:

http://repo.maven.apache.org/maven2 was cached in the local repository, resolution
will not be reattempted until the update interval of central has elapsed or updates 
are forced. 
Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-
plugin:pom:2.12.4 from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org

我不知道这是什么?请指导我。

1 个答案:

答案 0 :(得分:0)

无法下载您对maven-surefire-plugin的依赖。

验证您的maven是否已正确设置(已配置代理)并使用maven -U命令行参数重试获取依赖项。

如果问题仍然存在,请尝试使用-X命令行参数调试maven流。