我安装完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,从灌水开始