artifactdescriptorexception:Failed to read artifact descriptor for xxx:jar ”

Posted IT_小树

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了artifactdescriptorexception:Failed to read artifact descriptor for xxx:jar ”相关的知识,希望对你有一定的参考价值。

在Eclipse中执行Maven的install命令时,报“Failed to read artifact descriptor for xxx:jar ”的错误。这可能是在下载过程中文件出现错误。或者pom.xml文件报类似的问题

解决办法:从本地的maven库中删除相关的jar包,然后右单击项目,Maven->Update Project,在弹出的对话框中选择“Force Update Of Snapshots/Releases"

以上是关于artifactdescriptorexception:Failed to read artifact descriptor for xxx:jar ”的主要内容,如果未能解决你的问题,请参考以下文章