eclipse导入maven工程missing artifact(实际是存在的)错误解决
Posted 星火spark
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse导入maven工程missing artifact(实际是存在的)错误解决相关的知识,希望对你有一定的参考价值。
找到出错的jar包文件位置,删掉_maven.repositories文件(或用文本编辑器打开,将“>main=”改为“>=”,即删除main,当然main也可能是其他值),然后update project。
_maven.repositories简介:
_maven.repositories hold the information about the origin of the artefacts. Maven tries to update your jar from the old location (as saved in _maven.repositories) and fails. The presumtion here is that the same aftifact on a different remote repository might be different.
以上是关于eclipse导入maven工程missing artifact(实际是存在的)错误解决的主要内容,如果未能解决你的问题,请参考以下文章
关于maven的问题,不知道为啥Eclipse导入maven工程以后报错
Eclipse maven工程 Missing artifact com.sun:tools:jar:1.7.0:system 解决方法
解决:eclipse或STS运行maven工程出现Missing artifact jdk.tools:jdk.tools:jar:1.7问题