Maven的pom文件 提示错误 Failure to transfer com.thoughtworks.xstream:xstream:jar:

pom.xml文件提示错误,信息如下

 

Description    Resource    Path    Location    Type  Failure to transfer com.thoughtworks.xstream:xstream:jar:1.4.3 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 com.thoughtworks.xstream:xstream:jar:1.4.3 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000    pom.xml    /testweb    line 1    Maven Configuration Problem

或者

Failure to transfer org.apache.maven.plugins:maven-surefire-plugin

 

网上搜到的方案 如下

1 删除m2\repository 所有 .lastUpdated为扩展名的文件

2 打开cmd 在 工程目录执行 mvn clean install -U ,注意U 大写


结果图:错误解决


猜你喜欢

转载自blog.csdn.net/qq_36501591/article/details/80268632