Eclipse Maven错误 - 无法传输org.apache.maven:maven-archiver:pom:2.5来自https://repo.maven.apache.org/maven2

时间:2018-03-06 11:09:11

标签: eclipse maven

我试图在eclipse neon中创建一个maven项目。

创建项目后,我在pom上获得以下错误

"Failure to transfer org.apache.maven:maven-archiver:pom:2.4 from https://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:maven-archiver:pom:2.4 from/to central (https://
 repo.maven.apache.org/maven2): Connection reset"

我做了一些研究,发现了以下解决方案: 在cmd

  • CD(更改目录)到.m2 \ repository
  • 然后在(* .lastUpdated)do del%i
  • 中为/ r%i执行以下命令
  • 然后更新maven项目依赖项

这看起来像是在工作,但我最终得到了相同的错误信息替换为值pom:2.5

我试过重复这个过程,但似乎没有任何进一步的效果。

我也使用Windows资源管理器找到了该文件 在%USERPROFILE%。m2中删除了Eclipse报告为有问题的文件

但更新项目后无法正常工作

有没有人有任何其他建议来解决这个问题?

0 个答案:

没有答案