首页 > 编程语言 > 详细

Failed to read artifact descriptor for avalon-framework:avalon-framework-api:jar:4.1.5-dev

时间:2017-02-08 00:10:20      阅读:2714      评论:0      收藏:0      [点我收藏+]

导入maven项目以后出现如下错误信息:


ArtifactDescriptorException: Failed to read artifact descriptor for avalon-framework:avalon-framework-api:jar:4.1.5-dev: ArtifactResolutionException: Failure to transfer avalon-framework:avalon-framework-api:pom:4.1.5-dev from https://xerces.apache.org/xerces2-j/ was cached in the local repository, resolution will not be reattempted until the update interval of xerces has elapsed or updates are forced. Original error: Could not transfer artifact avalon-framework:avalon-framework-api:pom:4.1.5-dev from/to xerces (https://xerces.apache.org/xerces2-j/): Connect times out pom.xml/jeewx
line 1Maven Dependency Problem


解决办法:

一、修改.m2/repository/avalon-framework/avalon-framework-api/里所有的xml文件,把
<version>4.1.5-dev</version>
这一行删掉
二、把.m2/repository/avalon-framework/avalon-framework-api/4.1.5-dev/文件夹删掉。
三、刷新maven配置


本文出自 “刘振” 博客,请务必保留此出处http://liuzhenlife.blog.51cto.com/10591893/1895851

Failed to read artifact descriptor for avalon-framework:avalon-framework-api:jar:4.1.5-dev

原文:http://liuzhenlife.blog.51cto.com/10591893/1895851

(3)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!