Eclipse3.6整合maven eclipse插件-m2eclipse

安装过程如下:
1.点击Eclipse Install new software,Add site:
http://m2eclipse.sonatype.org/sites/m2e

1)直接在线安装出现下列错误:
Cannot complete the install because one or more required items could not be found.
  Software being installed: Maven Integration for Eclipse (Required) 0.12.0.20101115-1102 (org.maven.ide.eclipse.feature.feature.group 0.12.0.20101115-1102)
  Missing requirement: Maven Integration for Eclipse (Editors) 0.12.0.20101115-1102 (org.maven.ide.eclipse.editor 0.12.0.20101115-1102) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse (Required) 0.12.0.20101115-1102 (org.maven.ide.eclipse.feature.feature.group 0.12.0.20101115-1102)
    To: org.maven.ide.eclipse.editor [0.12.0.20101115-1102]

2)原来发现少了GEF这个插件

2.先在线安装GEF插件
http://download.eclipse.org/tools/gef/updates/interim/

注意: 请选择相应的eclipse版本做相应的更新,gef提供了各种版本的更新,如果都安装估计一天也完不成。

3.然后再安装m2eclipse插件

猜你喜欢

转载自instance.iteye.com/blog/1670929