idea导入依赖报 Failed to read artifact descriptor 解决方法

首先我们要搞清楚"Failed to read artifact descriptor for xxx:jar"的错误的根源.
  我在仓库对应依赖的文件夹下检查lastupdate文件的时候,看具体原因
  若为connect timed out(连接超时)则只能更换setting.xml 镜像下载地址
网络问题导致的下载失败
镜像:

镜像1


	CN
	OSChina Central
	http://maven.oschina.net/content/groups/public/
       central
镜像二

			  nexus-osc-thirdparty
			  thirdparty
			  Nexus osc thirdparty
                           http://maven.oschina.net/content/repositories/thirdparty/

镜像三

			  repo2
			  central
			  Human Readable Name for this Mirror.
			  http://repo2.maven.org/maven2/



注意事项:
将镜像放到其他镜像的前面,可以放多个镜像,但只会使用第一个镜像

不是网络原因 则可以使用 删除报错jar 重新让idea 下载jar 即可
或者将jar 下载好 利用

你可能感兴趣的:(idea导入依赖报 Failed to read artifact descriptor 解决方法)