我刚刚下载了 Eclipse Indigo 和 m2e 插件,这个错误出现在pom.xml
我的项目中:
ArtifactResolutionException:
Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:2.3.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.3.2 from/to central (http://repo1.maven.org/maven2):
null to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom
我发现原始错误消息与null
. 我检查了最后一个网址,那里确实有一个pom
文件。
我曾尝试在我的镜子中指定一面镜子,settings.xml
但显然它似乎并不在那里。
此外,当我键入时,mvn clean
我会收到一条BUILD SUCCESSFUL
消息。怎么来的 ?
谢谢你帮助我。