Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 eclipse 3.7 上安装 maven 插件我想在 maven 上下文菜单中单独的菜单项“更新依赖项”和“更新项目配置”,但现在我有通用菜单项“更新项目”,所以我可以在哪里找到所需的 maven 版本?
Update Dependencies由于这个请求,从m2e 1.1M5开始,Update Configuration动作和相应的对话框被折叠成单个“更新项目”动作。
Update Dependencies
Update Configuration
因此,使用之前的版本1.1 M5 version应该会带回您想要的单独的上下文菜单项。
1.1 M5 version
这两个菜单项被你提到的那个取代了。所以你必须忍受它(或安装旧版本的 m2e)。根据我的经验,我喜欢这个新选项,它运行更稳定。