码迷,mamicode.com
首页 > 其他好文 > 详细

Maven工程错误 之 Failure to transfer org.codehaus.plexus:plexus-archiver:pom:1.0

时间:2015-06-14 18:43:23      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:maven   pom   plexus   archiver   io   

最近创建了一个Maven 的web项目,导入myeclipse中后,pom.xml文件一直报如下错误

Failure to transfer org.codehaus.plexus:plexus-archiver:pom:1.0 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.codehaus.plexus:plexus-
 archiver:pom:1.0 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/codehaus/plexus/
 plexus-archiver/1.0/plexus-archiver-1.0.pom

后来查看网上资料,好多都说用如下方法解决

  1. 先去掉Maven工程的maven特性,选中工程 鼠标右键–>Maven–>Disable Maven Nature
  2. 为工程增加Maven特性,选中工程 鼠标右键–>Configure–>Convert to Maven Project

亲测没有解决问题,后来无奈就去maven仓库下载了plexus-archiver-1.0.jar放在本地maven仓库中,本想应该可以了结果又报

Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 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.codehaus.plexus:plexus-
 archiver:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000

同样又把plexus-archiver-1.2.jar下载放在本地maven仓库中,结果又报

Failure to transfer org.codehaus.plexus:plexus-io:jar:1.0.1 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.codehaus.plexus:plexus-io:jar:
 1.0.1 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000

我也是醉了,然后又把plexus-io-1.0.1.jar下载了放在本地maven仓库中,然后alt+F5刷新项目终于好了。本问题中所用到的maven仓库地址为http://search.maven.org/#browse%7C-1852552255,三个jar包快捷下载地址为

Maven工程错误 之 Failure to transfer org.codehaus.plexus:plexus-archiver:pom:1.0

标签:maven   pom   plexus   archiver   io   

原文地址:http://blog.csdn.net/gao36951/article/details/46491405

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!