maven项目中的pom.xml第一行报错

maven项目中的pom.xml第一行报错:Failure to transfer org.apache.maven:maven-parent:pom:18 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:maven-parent:pom:18 from/to central
(http://repo1.maven.org/maven2): No response received after 60000

我出现的错误是maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3 。
我觉得你的错误和我的差不多,
我自己的解决方案是:

timetunnel
com.taobao
0.2.0-SNAPSHOT
../../pom.xml

com.taobao
timetunnel-client
0.2.0-SNAPSHOT

由../../pom.xml指定正确的父pom路径,默认为../pom.xml。
详见:http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent。
本人转载的别人的问题,希望对你有帮助,

## * 1.****