6

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

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

但是当我点击下一步时,它给出了这个错误。

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

4 回答 4

19

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

于 2014-01-20T10:28:36.410 回答
2

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

它将在eclipse上成功安装maven插件,没有任何错误。

于 2014-04-24T11:58:45.433 回答
2

这是 eclipse 的大问题,因为 eclipse 大多支持其他 Maven

这只是 eclipse heilios 的插件

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

于 2013-10-28T08:35:41.070 回答
1

似乎它无法下载slf4j相关的工件,现在您可以在安装 maven 插件时取消选中该复选框。

请看附图。

在此处输入图像描述

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

于 2013-08-12T09:23:46.040 回答