解决Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.17 问题

详细报错如下

 Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.17 from
http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository,
resolution will not be reattempted until the update interval of aliyun has elapsed or updates are forced.
Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.17
from/to aliyun (http://maven.aliyun.com/nexus/content/groups/public/): No route to host: connect
pom.xml /config line 1 Maven Configuration Problem

解决

解决Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.17 问题

解决Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.17 问题

找到缓存在本地的文件删除重新下载即可.

上一篇:vue enter事件无效,加入native


下一篇:C#异步编程学习笔记之-async和await(续)