我试图在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
这看起来像是在工作,但我最终得到了相同的错误信息替换为值pom:2.5
我试过重复这个过程,但似乎没有任何进一步的效果。
我也使用Windows资源管理器找到了该文件 在%USERPROFILE%。m2中删除了Eclipse报告为有问题的文件
但更新项目后无法正常工作
有没有人有任何其他建议来解决这个问题?