当前位置: 代码迷 >> Eclipse >> eclipse Indigo装配maven插件
  详细解决方案

eclipse Indigo装配maven插件

热度:100   发布时间:2016-04-23 00:57:30.0
eclipse Indigo安装maven插件

目前使用下面网址安装插件是1.4版本。只能安装Eclipse 4.2 (Juno) and 4.3 (Kepler). 如果尝试安装会报下面错误:

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: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 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: org.eclipse.m2e.editor [1.4.0.20130601-0317]

?

解决办法:

可以使用下面网址去安装1.2或1.3版本。

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

或者

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

?

或者换更高版本的eclipse.

  相关解决方案