无法为Eclipse安装Maven插件

时间:2013-08-12 09:08:52

标签: eclipse maven ubuntu-12.04

我在Ubuntu 12.04 LTS上使用Eclipse 3.7(indigo),我正在尝试安装Maven插件。

this页面之后,我将http://download.eclipse.org/technology/m2e/releases添加到Eclipse安装新软件提示框中。它识别了URL并显示了#34; Maven Integration for Eclipse"

但是当我点击Next时,它会出现此错误。

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
  Missing requirement: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
    To: org.eclipse.m2e.editor [1.4.0.20130601-0317]

我该怎么办?请帮忙。

4 个答案:

答案 0 :(得分:19)

使用“安装新软件”中的以下URL作为存储库:http://download.eclipse.org/technology/m2e/releases/1.3。 我尝试了它,但没有错误。

答案 1 :(得分:2)

这是eclipse的一个大问题,因为eclipse主要支持其他Maven

这只是eclipse heilios的插件

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

答案 2 :(得分:2)

在Eclipse市场中使用此URL: - http://download.eclipse.org/technology/m2e/releases/1.3/

它会在eclipse上成功安装maven插件而不会出现任何错误。

答案 3 :(得分:1)

似乎某种程度上它无法下载slf4j相关工件,因为现在您可以在安装maven插件时取消选中该复选框。

请参阅附图。

enter image description here

如果它也不起作用,那么手动下载插件并将其放入eclipse插件文件夹中。