当前位置: 代码迷 >> Eclipse >> 在eclipse里构建Maven项目有关问题
  详细解决方案

在eclipse里构建Maven项目有关问题

热度:82   发布时间:2016-04-23 00:20:07.0
在eclipse里构建Maven项目问题
我安装完Maven后,在eclipse里面安装了m2eclipse插件,然后在构建Mavenquickstart项目时,出现了这个问题:
Failure to transfer org.codehaus.plexus:plexus:pom:1.0.11 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:pom:1.0.11 from/to central (http://repo.maven.apache.org/maven2): No 
 response received after 60000              弄了两天没查出原因及没找到解决方案,于是搬上来请教一下。
------解决思路----------------------
试试看把版本号改一下呢,1.0.11改成3.3.1
------解决思路----------------------
学Java,从灌水开始
  相关解决方案