如何在 64 位 Linux 上安装 Eclipse 的 Maven 2 插件?
我已经随 Eclipse 安装了 Fedora 11 (x86 64)。 我需要一个 Maven 插件,最好是 m2eclipse,但我不知道如何安装它。 我尝试过 yum,但无济于事(我什至找不到任何 Maven 插件)。
在我的另一台笔记本电脑上,我尝试在 Fedora 11 的 32 位安装上使用 yum 安装该插件,虽然该软件包显示已安装,但我在 Eclipse 中仍然看不到它。 我什至尝试使用 clean 标志启动 eclipse。
有人可以为我提供帮助吗? 我已经安装了maven 2.0.4。 提前致谢!
I have Fedora 11 (x86 64) installed with Eclipse. I need a Maven plugin, preferrably m2eclipse, but I cannot find out how to install it. I've tried going through yum, but to no avail (I can't even find any maven plugins).
On my other laptop, I've tried installing the plugin using yum on a 32 bit install of Fedora 11, and while the package shows as being installed, I still don't see it in Eclipse. I've even tried starting eclipse with the clean flag.
Could anyone provide me with help? I've got maven 2.0.4 installed. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在我第一次从更新站点安装 ganymede 软件包后,我能够安装 m2eclipse 插件的核心组件:
http://download.eclipse.org/releases/ganymede/
显然是“Fedora Eclipse”不是 ganymede 构建的风格。
I was able to install the core components of the m2eclipse plugin after I first installed the ganymede packages from their update site:
http://download.eclipse.org/releases/ganymede/
Apparently "Fedora Eclipse" is not a flavor of the ganymede build.
使用以下更新站点: http://m2eclipse.sonatype.org/update/
它通常位于
帮助
->软件更新...
,然后您可以添加新的更新站点。 使用上面的一个,您应该可以选择安装该插件。Use the following update site: http://m2eclipse.sonatype.org/update/
It's typically under
Help
->Software Updates…
and then you can add a new update site. Use the one above and you should have the option to install the plugin.转到 Eclipse->Help->Install New Software...
在 Eclipse 中添加以下更新站点
http://m2eclipse.sonatype.org/sites/m2e
并在“可用软件站点”下启用您的 eclipse 版本的存储库(默认情况下在 Fedora 中禁用)。
之后,Eclipse 中的安装应该可以正常运行,不会丢失任何依赖项。
Goto Eclipse->Help->Install New Software...
Add the following update site in Eclipse
http://m2eclipse.sonatype.org/sites/m2e
and enable the repository for your release of eclipse under "Available Software Sites" as well (which is disabled in Fedora by default).
Afterwards the installation in Eclipse should work without any missing dependencies.
我遇到了同样的问题; evlipse 安装它,但该插件在列表中不可见,也看不到它应提供的任何功能(例如 Maven 导入向导)。
java 6、ubuntu、eclipse从官方网站下载。
我删除了〜/.eclipse/org.eclipse.platform_3.5.0_1020258342
再次开始日食
添加EMF更新站点
添加了 IAM 站点
安装了 eclipse IAM core,拒绝重新启动工作区,退出 eclipse
开始 eclipse
及其工作。
I was hitting the same problem; evlipse installs it but the plugin isn't visible in the list nor are any of the features it should offer (such as a maven import wizard).
java 6, ubuntu, eclipse downloaded from the official site.
I removed ~/.eclipse/org.eclipse.platform_3.5.0_1020258342
Started eclipse again
added the EMF update site
added the IAM site
installed eclipse IAM core, said no to resarting the workspace, quit eclipse
started eclipse
and its working.