maven missing artifact

亡梦爱人 提交于 2019-12-01 04:08:48

This usually happens when changing from one maven configuration to another. In my case, I was switching from direct connection to maven central to using nexus as a mirror.

Deleting maven-metadata*.xml and _*.repositories inside local \Users\YourUser\.m2 folder did the trick for me.

Hope this helps!

I faced with this problem when tried make install with Intellij IDEA Maven plugin. But when I made install with local Maven installation, problem was gone. If you have same problem try to install new Maven and run mvn install

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!