eclipse indigo市场Maven集成安装错误

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17480675/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:47:36  来源:igfitidea点击:

eclipse indigo marketplace Maven Integration install error

eclipseeclipse-pluginm2eclipse

提问by sphinx13

Use the marketplace in eclipse indigo to install Maven Integration for eclipse. But when confirming selected features, no matter I choose "Maven Integration for eclipse" only or with "slf4j over logback logging",the error remains :Cannot complete the provisioning operation. Please change your selection and try again. See below for details.

使用 eclipse indigo 中的市场来为 eclipse 安装 Maven 集成。但是在确认所选功能时,无论我选择“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]

A similar bug report has been delivered here http://marketplace.eclipse.org/content/error/report/955795, remain unread, is it a bug of eclipse marketplace, or how can I solve this problem?

http://marketplace.eclipse.org/content/error/report/955795已经提交了一个类似的错误报告,未读,是否是 eclipse 市场的错误,或者我该如何解决这个问题?

回答by E-Riz

Indigo is almost 3 years old and 3 major releases behind. Can you update to the latest Eclipse instead?

Indigo 快 3 岁了,落后 3 个主要版本。你可以更新到最新的 Eclipse 吗?

If not, then try installing via Help> Install New Software....

如果没有,请尝试通过Help> Install New Software... 进行安装

In the Installdialog, select the Indigo update site in the Work withdrop-down. Let it load the list and then in the search field type "maven" and select the m2e feature.

安装对话框中,在使用下拉菜单中选择 Indigo 更新站点。让它加载列表,然后在搜索字段中键入“maven”并选择 m2e 功能。

enter image description here

在此处输入图片说明

回答by kc ochibili

Here is a link to the answer, https://stackoverflow.com/a/4297912also, when it pulls up result, type in "m2" in the search box. and that should pull up the maven plugin for eclipse

这是答案的链接,https://stackoverflow.com/a/4297912,当它拉出结果时,在搜索框中输入“m2”。这应该为 Eclipse 拉起 Maven 插件

回答by Kamalanathan

go to this link download the file below this line (Install Eclipse plugins Automatically, if you have a clean install of 3.7 (Indigo) ) and extract the file in eclipse folder restart it and try install from marketplace

转到此链接下载此行下方的文件(自动安装 Eclipse 插件,如果您有 3.7 (Indigo) 的全新安装)并提取 eclipse 文件夹中的文件,重新启动它并尝试从市场安装

https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers

https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers

回答by Sebastián Olate Bustamante

You can try install Maven Integration from another way, not from Market Place.

您可以尝试从其他方式安装 Maven 集成,而不是从 Market Place。

Here another plugin, called Eclipse IAM, that contains Maven Integration and the instructions for the installation

这是另一个名为 Eclipse IAM 的插件,其中包含 Maven 集成和安装说明

Eclipse IAM

日食

I hope this help you!

我希望这对你有帮助!

回答by Amol Dixit

Since Eclipse 3.7 (Indigo), m2e is now hosted at eclipse.org. To install it, you just need to use the default Eclipse update site:

从 Eclipse 3.7 (Indigo) 开始,m2e 现在托管在 eclipse.org。要安装它,您只需要使用默认的 Eclipse 更新站点:

http://download.eclipse.org/releases/kepler

http://download.eclipse.org/releases/kepler

http://download.eclipse.org/releases/juno

http://download.eclipse.org/releases/juno

http://download.eclipse.org/releases/indigo

http://download.eclipse.org/releases/indigo

etc.

等等。