使用eclipse indigo中的市场安装Maven Integration for eclipse。但是在确认所选功能时,无论我选择“Maven Integration for eclipse”还是“slf4j over logback logging”,错误仍然存在:无法完成配置操作。请更改您的选择,然后重试。有关详细信息,请参阅下文。
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: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: com.ning.async-http-client [1.6.5.20130531-2315]
这里提供了类似的错误报告http://marketplace.eclipse.org/content/error/report/955795,仍然未读,是否是日食市场的错误,或者我该如何解决这个问题?
答案 0 :(得分:14)
Indigo差不多3岁,落后3个主要版本。您可以更新到最新的Eclipse吗?
如果没有,请尝试通过帮助>进行安装安装新软件...... 。
在安装对话框中,在使用下拉列表中选择Indigo更新站点。让它加载列表,然后在搜索字段中键入" maven"并选择m2e功能。
答案 1 :(得分:2)
以下是答案的链接https://stackoverflow.com/a/4297912 另外,当它拉出结果时,在搜索框中输入“m2”。这应该拉出eclipse的maven插件
答案 2 :(得分:1)
转到此链接下载此行下方的文件(自动安装Eclipse插件,如果你有3.7(Indigo)的干净安装)并在eclipse文件夹中解压缩文件并重新启动它并尝试从市场安装
https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers
答案 3 :(得分:0)
您可以尝试从其他方式安装Maven Integration,而不是从Market Place安装。
这是另一个名为Eclipse IAM的插件,它包含Maven Integration和安装说明
我希望这能帮到你!
答案 4 :(得分:0)
自Eclipse 3.7(Indigo)起,m2e现在托管在eclipse.org上。要安装它,您只需要使用默认的Eclipse更新站点:
http://download.eclipse.org/releases/kepler
http://download.eclipse.org/releases/juno
http://download.eclipse.org/releases/indigo
等