maven项目 pom.xml文件中报错:Failed to read artifact descriptor...

Posted @不会Ayy的拉马尔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven项目 pom.xml文件中报错:Failed to read artifact descriptor...相关的知识,希望对你有一定的参考价值。

添加SpringBoot的依赖时,在pom.xml文件中提示了这个错误,导致项目启动一直报错,打开本地的maven仓库后发现依赖对应的文件夹中根本没有jar包,

考虑是maven镜像的问题(我是用的是默认的镜像,因为是国外的不免会出现下载失败的情况),于是换成阿里的镜像问题解决

替换方法:

打开maven安装目录的conf\\setting.xml(自行根据自己使用的setting.xml来选择修改),在mirrors标签中添加如下代码:

<mirror>
    <id>nexus-aliyun</id>
	<mirrorOf>central</mirrorOf>
	<name>Nexus aliyun</name>
	<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

 

以上是关于maven项目 pom.xml文件中报错:Failed to read artifact descriptor...的主要内容,如果未能解决你的问题,请参考以下文章

myEclipse检出的maven项目,pom.xml首行报错

导入maven项目pom.xml首行报错missing artifact。。。

pom.xml 报错,怎么解决

maven文件报错(pom.xml或者jar包缺失)解决方法

IDEA创建maven项目报错解决:Failed to create a Maven project: 'C:/Users/../IdeaProjects/../pom.xml' al

在myeclipse中maven项目关于ssh整合时通过pom.xml导入依赖是pom.xml头部会报错