之前,用过maven管理项目的童鞋都知道本地会有一个${User_Home}.m2/repository仓库 是用来存放jar包的地方。但是,在eclipse中的maven仓库中 搜索不到本地仓库中的jar包。

  原因是因为maven中的本地仓库的index索引没有更新,导致在eclipse的maven插件中搜索不到。

  解决方案:

  在eclipse中打开菜单 window-> show view –> other –> Maven -> maven repositories

  打开之后,选择local repositories –> local repository ,右击,选择Build index.

eclipse中maven引用不到已经存在maven中jar包

新完索引之后,在通过右键单击pom.xml文件选择maven –> add dependency 或者是打开pom.xml文件,选择dependencies –>add 时,就可以搜索到本地仓库的jar包了。


相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2021-08-22
  • 2021-10-11
  • 2021-08-04
  • 2021-12-04
相关资源
相似解决方案