Java Maven未能转移

Java Maven未能转移,java,eclipse,maven,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

我对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

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

无法下载您对maven surefire插件的依赖

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


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

使用-e运行命令,以便查看异常。然后请在这里粘贴构建日志的较大部分,而不仅仅是两行。