如果你的项目中使用Maven Integration for Eclipse插件

当你更改了.m2/settings.xml文件中的

<localRepository>E:\MavenRepository\.m2\repository</localRepository>

可能会造成以下问题:

02/01/09 21:51:11 CET: Unsupported existing index local; The existing index has no NexusIndexer descriptor

解决办法:找到你的工程目录,例如workspace\.metadata/.plugins/org.maven.ide.eclipse/nexus/local

并且delete这个目录下的文件,然后重新启动eclipse 并且rebuild index . OK问题解决

相关文章:

  • 2021-04-06
  • 2021-10-17
  • 2021-07-26
  • 2022-01-17
  • 2021-06-27
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-12-21
  • 2022-12-23
  • 2021-12-13
  • 2021-07-15
  • 2021-07-02
相关资源
相似解决方案