如何在Eclipse Helios中安装Maven集成插件?

unc*_*Lem 19 eclipse m2eclipse maven m2e

我正在尝试通过Marketplace在Eclipse Helios中安装Maven集成插件,但我收到"无法满足依赖"错误:

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: async-http-client 1.6.5.20130531-2315 (com.ning.async-http-client 1.6.5.20130531-2315) requires 'package org.slf4j 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: Maven Archetype Common Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.archetype.common 1.4.0.20130531-2315)
    To: bundle org.eclipse.m2e.maven.runtime [1.4.0,1.5.0)
  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.archetype.common [1.4.0.20130531-2315]
  Cannot satisfy dependency:
    From: Embedded Maven Runtime Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.maven.runtime 1.4.0.20130531-2315)
    To: bundle com.ning.async-http-client [1.6.5,1.6.6)
Run Code Online (Sandbox Code Playgroud)

你有什么想法可以做到吗?不幸的是,升级Eclipse不是我的选择.

小智 59

我相信您必须在更新站点中尝试以下URL:

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

尝试使用:

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

  • `http:// download.eclipse.org/technology/m2e/releases/1.3`它有效!! 您需要转到"安装新软件"选项并添加此URL,您将获得它. (8认同)
  • 提供的url仅在eclipse-install中有效.它在浏览器中不起作用 (3认同)
  • 两个链接上都有404.2个月后链接腐烂:( (2认同)

Lok*_*esh 3

在安装管理器中,选中“联系所有更新站点”。这应该可以解决问题,因为有时依赖项来自不同的站点。