eclipse indigo marketplace Maven Integration install error(eclipse indigo 市场 Maven 集成安装错误)
问题描述
使用 eclipse indigo 中的市场为 eclipse 安装 Maven Integration.但是在确认选择的功能时,无论我只选择Maven Integration for eclipse"还是使用slf4j over logback logging",错误仍然存在:无法完成配置操作.请更改您的选择并重试.详情见下文.
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.
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,未读,是eclipse市场的bug,还是怎么解决这个问题?
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?
推荐答案
Indigo 已经快 3 年了,落后了 3 个主要版本.你可以更新到最新的 Eclipse 吗?
Indigo is almost 3 years old and 3 major releases behind. Can you update to the latest Eclipse instead?
如果没有,请尝试通过帮助 > 安装新软件...进行安装.
If not, then try installing via Help > Install New Software....
在 安装 对话框中,在 Work with 下拉菜单中选择 Indigo 更新站点.让它加载列表,然后在搜索字段中输入maven"并选择 m2e 功能.
In the Install dialog, select the Indigo update site in the Work with drop-down. Let it load the list and then in the search field type "maven" and select the m2e feature.
这篇关于eclipse indigo 市场 Maven 集成安装错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:eclipse indigo 市场 Maven 集成安装错误


- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01