您的位置:首页 > 运维架构 > Apache

Failure to transfer org.apache.maven:maven-artifact:pom:2.0.6 from

2017-12-07 14:43 916 查看
Failure to transfer org.apache.maven:maven-artifact:pom:2.0.6 from 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:maven-artifact:pom:2.0.6 from/to central (http://

 repo.maven.apache.org/maven2): No connector available to access repository central (http://repo.maven.apache.org/
 maven2) of type default using the available factories

I finally resolved the problem, it was such a kind of cleaning, here are the steps

-Right click on project Run as/maven clean

-Right click on project Run as/maven install

-Right click on project Maven/Update project and check the option: Force update of snapshots/releases

-Restart STS or Eclipse IDE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Failure to transfer
相关文章推荐