maven中pom.xml出现ArtifactTransferException: Failure to transfer 错误

Posted earthchinagl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven中pom.xml出现ArtifactTransferException: Failure to transfer 错误相关的知识,希望对你有一定的参考价值。

问题的原因:本地仓库有对应的文件夹,但是缺少对应jar文件,导致的这个问题

为什么会出现缺少jar文件的情况呢,有可能是maven从第三方下载依赖时超过了预定的时间限制,

那么如何解决呢?

方式1:把本地仓库对应的路径删掉,重新

技术图片

 

方式2:如果缺少的依赖特别多,那么使用方式1就特别的麻烦,如下图,选中“Force Update”

技术图片

 

如果缺少的依赖不多,使用方式1可以省网速,

 

以上是关于maven中pom.xml出现ArtifactTransferException: Failure to transfer 错误的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse创建Maven工程总是出现pom.xml报错怎么办

创建maven项目pom.xml出现错误(依赖Missing)

maven的pom.xml中出现Multiple annotations found at this line:错误

maven中pom.xml出现ArtifactTransferException: Failure to transfer 错误

Maven pom.xml 全配置常用配置

pom.xml 中的 JDBC Maven 依赖关系