安装m2e 1.0后Maven菜单消失
我从这里安装了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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
新的 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.
您正在运行什么版本的 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).