欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Maven 错误“Failure to transfer…” 博客分类: maven maven Failure to transfer maven错误

程序员文章站 2024-03-16 15:03:58
...

还是今天,导入一个maven项目的时候遇到“Failure to transfer…”错误。

完整的错误大致如下:

Description Resource Path Location Type Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.2 from http://repo1.maven.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-compiler-plugin:pom:2.0.2 from/to central (http://repo1.maven.org/maven2): No response received after 60000 ExampleProject Unknown Maven Problem

原因:谁能翻译一下上面这段话,我懂,但是写出来好累。算了,自己去查吧。现在好饿。。

解决方法:

cmd进入你的maven库。

如何找你配置的maven库?

Eclipse-----》Windows----------》Peference ------------》Maven------------》User setting


Maven 错误“Failure to transfer…”
            
    
    博客分类: maven maven Failure to transfer maven错误

 

一系列cd cd 之后就进入了库咯。(我知道这样很笨。。。)

Maven 错误“Failure to transfer…”
            
    
    博客分类: maven maven Failure to transfer maven错误

 

然后运行命令:

for /r %i in (*.lastUpdated) do del %i

 
Maven 错误“Failure to transfer…”
            
    
    博客分类: maven maven Failure to transfer maven错误
 

回车。

这个就是清除你下载失败的文件的命令。然后再回去刷新一下你的maven项目,就okay咯!!

其实我这个是我再stack overflow上面找到的。看来这个问题很常见。

地址:http://*.com/questions/5074063/maven-error-failure-to-transfer 

  • Maven 错误“Failure to transfer…”
            
    
    博客分类: maven maven Failure to transfer maven错误
  • 大小: 13 KB
  • Maven 错误“Failure to transfer…”
            
    
    博客分类: maven maven Failure to transfer maven错误
  • 大小: 48.4 KB