在使用Maven时出现以下错误:
Failure to transfer org.apache.maven.plugins:maven-jar-plugin:pom:2.4 from https://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.
注意:
maven如果配置文件出现错误
(1)下载未完成,等待
(2)jar包下载一半,并未全部下载下来,进行删除,重新下载
分析问题:查阅资料后推测是包的问题。
1、找到maven的包的位置:
2、查看是哪个包的问题,
例如:我的问题是org.apache.maven.plugins:maven-jar-plugin包下的2.4出了问题。
则找到:C:\Users\Admin.m2\repository\org\apache\maven\plugins\maven-jar-plugin\2.4 删除这个包。
3、重启IDEA