M2e没有找到丢失的存储库 - m2e eclipse插件

时间:2012-04-12 11:18:01

标签: eclipse maven m2e

当我将鼠标悬停在Eclipse中找不到的包并单击“搜索存储库”时,找不到我正在搜索的依赖项。依赖存在于官方maven存储库中:http://search.maven.org/remotecontent?filepath=javax/portlet/portlet-api/2.0-r12/portlet-api-2.0-r12.pom

我是否需要配置m2e来搜索maven存储库?

enter image description here

1 个答案:

答案 0 :(得分:4)

尝试在Maven存储库视图中更新存储库索引。

  1. 打开视图:Windows -> Show View -> Others -> Maven -> Maven Repositories View
  2. 从中央存储库的上下文菜单中启动Rebuild Index和/或update Index
  3. 此(长时间运行)任务通常在启动时完成(Windows - >首选项 - > Maven - >在启动时下载存储库索引更新),但可能会禁用它以获得更好的eclipse启动性能。