问题描述:
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.18 from https://repo.maven.apache.org/maven2
解决方法:
1. 找到目录,~\.m2\repository\org\apache\maven\plugins\maven-surefire-plugin
2. 找到2.18子目录,并删除;
3. 然后在导入的webmagic-parent工程上右键->maven->update projects,在弹出的对话框中勾选 force update of snapshots/releases
问题解决
WebMagic编译时提示Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.18的解决方法
原文:http://www.cnblogs.com/strinkbug/p/6591832.html