安装m2e 1.0后Maven菜单消失

发布于 2024-12-20 21:53:54 字数 380 浏览 1 评论 0原文

我从这里安装了m2e 1.0最新版本

http://download.eclipse。 org/technology/m2e/releases

我必须删除旧的eclipse 的maven 集成,以及eclipse WTP 的maven 集成

安装此最新版本后,以及重新启动eclipse,我发现maven菜单从项目的右键单击中消失了,所以我虽然需要m2e extras,但我找不到兼容的版本,请指教。

i installed m2e 1.0 latest version from here

http://download.eclipse.org/technology/m2e/releases

i had to remove the old maven integration for eclipse, and the maven integration for eclipse WTP

after installing this latest version, and restarting eclipse, i found that the maven menu disappears from the right click on project, so i though that i need the m2e extras, but i couldn't found a compatible version, please advise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三岁铭 2024-12-27 21:53:54

新的 Maven 插件使用不同的项目元数据(由于迁移到 Eclipse 基础和新的包名称)。因此它无法识别旧的 Maven 项目。您必须再次为每个项目启用 Maven 才能创建新的元数据。为此,右键单击该项目,选择“配置”,然后选择“转换为 Maven 项目”。现在应该出现“Maven”子菜单。

The new Maven plugin uses different project metadata (due to the move to Eclipse foundation and new package names). So it doesn't recognize older Maven projects. You have to enable Maven for every project again to create the new metadata. To do this, right click on the project, choose "Configure" and then "Convert to Maven project". Now the "Maven" submenu should appear.

纵情客 2024-12-27 21:53:54

您正在运行什么版本的 Eclipse? 在下载页面他们说 m2e 已针对 Eclipse 3.6 (Helios) 和 3.7 (Indigo) 进行了测试。

What version of Eclipse are you running? In the download page they are saying that m2e is tested against Eclipse 3.6 (Helios) and 3.7 (Indigo).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文