1.出现问题,导入maven项目出现:
Description Resource Path Location Type Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of ce
2.解决
a.windows命令行执行
cd %userprofile%\.m2\repository
for /r %i in (*.lastUpdated) do del %i
b.重新导入
3.参考
https://stackoverflow.com/questions/5074063/maven-error-failure-to-transfer/