Maven 项目导入错误解决。


Description	Resource	Path	Location	Type
Failure to transfer org.apache.maven:maven-core:jar:2.0.6 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. Original error: Could not transfer artifact org.apache.maven:maven-core:jar:2.0.6 from/to central (https://repo.maven.apache.org/maven2): The operation was cancelled.	pom.xml	/Auto-Service-web	line 1	Maven Configuration Problem

1.Failure to transfer org.apache.maven:maven-core:jar
这句话的意思是:

对于这个包从maven中心传输到本地仓库失败,决定不会重新尝试下载jar包,直到mavne再改更新索引,或强制更新。

实际的解决办法是

1.直接去本地仓库,把提示错误的目录删除掉(因为包没有下载下来)。

2.刷新你的项目就中以了,或者在你的项目上右击,选择maven--->update就可以了,让maven重新下载(如下图)。

3.打开POM.XML,然后点Run-->Run As--->Maven install(如下图),如果错误没有了就不用管这一步了。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM