博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
the exception "Failure to transfer org.apache.maven:maven-parent" about Maven
阅读量:4026 次
发布时间:2019-05-24

本文共 701 字,大约阅读时间需要 2 分钟。

      今天使用Maven碰到了这个异常,异常信息如下:

Failure to transfer org.apache.maven:maven-parent:pom:17 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven:maven-parent:pom:17 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000	pom.xml	/mmseg4j-analysis	line 1	Maven pom Loading Problem

    解决办法如下:

   Windows环境下的话,请先进入你的本地仓库所在文件夹,比如我的本地Maven仓库文件夹是E:\Maven-Repository,

 Ctrl + F在本地仓库里搜索所有下载失败的jar,如图操作:

     

 然后在你的项目上鼠标右键----> Maven----->update project,如图:
 OK,然后问题就解决了。如果你还有什么问题,请QQ联系我(QQ:7-3-6-0-3-1-3-0-5).

 

    

转载地址:http://ncxbi.baihongyu.com/

你可能感兴趣的文章
linux config
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>
linux dump_backtrace
查看>>
linux irqdebug
查看>>
git 常用命令
查看>>
linux位操作API
查看>>
snprintf 函数用法
查看>>
uboot.lds文件分析
查看>>
uboot start.s文件分析
查看>>
没有路由器的情况下,开发板,虚拟机Ubuntu,win10主机,三者也可以ping通
查看>>
本地服务方式搭建etcd集群
查看>>
安装k8s Master高可用集群
查看>>
忽略图片透明区域的事件(Flex)
查看>>
忽略图片透明区域的事件(Flex)
查看>>
AS3 Flex基础知识100条
查看>>
Flex动态获取flash资源库文件
查看>>