java - Maven 无法正确安装

标签 java eclipse maven

操作无法完成。查看详细信息。

Cannot complete the install because one or more required items could not be found.

Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.6.1.20150625-2338 (org.eclipse.m2e.feature.feature.group 1.6.1.20150625-2338) Missing requirement: Maven Integration for Eclipse 1.6.0.20150526-2032 (org.eclipse.m2e.core 1.6.0.20150526-2032) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found Missing requirement: Maven Integration for Eclipse 1.6.1.20150625-2338 (org.eclipse.m2e.core 1.6.1.20150625-2338) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found Cannot satisfy dependency: From: Maven Integration for Eclipse 1.6.1.20150625-2338 (org.eclipse.m2e.core.ui 1.6.1.20150625-2338) To: bundle org.eclipse.m2e.core [1.6.0,1.7.0) Cannot satisfy dependency: From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.6.1.20150625-2338 (org.eclipse.m2e.feature.feature.group 1.6.1.20150625-2338) To: org.eclipse.m2e.core.ui [1.6.1.20150625-2338]

最佳答案

您可以尝试以管理员身份运行 Eclipse 并重试吗?让我知道进展如何。

您使用的更新网址是什么,是 m2eclipse.sonatype.org/sites/m2e 吗?

编辑:

不同版本的Eclipse和插件存在不兼容问题,

我建议你使用更新站点

http://download.eclipse.org/technology/m2e/milestones/1.0

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

最好的选择是发布版本,但如果您仍然遇到问题,请尝试里程碑 1。

关于java - Maven 无法正确安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32430859/

相关文章:

java - Libgdx Box2D 像素到米的转换?

Eclipse插件开发: Discouraged access: The type EclipseStarter is not accessible due to restriction on required library

java - Maven 构建花费的时间太长

java - 以较低的特​​异性解析 ISO 日期

java - 同步方法似乎被中断

java - Java中模拟类分类的方法

java - 如何在 Maven 配置文件中指定包装?

java - 为什么 Gradle 不在本地 maven 存储库中查找插件?

javascript - 将 CoffeeScript 与 Eclipse 集成?

java - 无法使用 maven 将 jar 上传到 github