maven下载依赖jar包,Could not transfer artifact xxxxx
在配置正确,网络正常的情况下下载依赖jar包仍然出现Could not transfer artifact xxxxx,无法从远程获取jar包
在设置中,vm输入命令“-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true”
然后在maven生命周期中,clear,compile,install走一遍。
感谢:https://blog.csdn.net/xxaann/article/details/104794669