一、gef

   Eclipse update site URL:http://download.eclipse.org/tools/gef/updates/interim/

   url中包含有gef和zest

   可能的情况是eclipse已经安装了gef,仅仅缺少zest插件,最小安装zest的runtime即可

   在没有安装zest插件的话,直接安装m2eclipse插件可能会报出缺少依赖的错误:

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


二、m2eclipse

   Eclipse update site URL:http://nexus.tesla.io:8081/nexus/content/sites/m2e.extras/m2e/1.5.0/N/LATEST/

   url中包含m2e和slf4j

   安装m2eclipse插件后,启动eclipse,可能会看到如下提示:

      Eclipse is running in a JRE, but a JDK is required

      Some Maven plugins may not work when importing projects or updating source folders.

   eclipse.ini 在–vmargs前面加上:

     -vm

     D:/Java/jdk1.6.0_10/bin/javaw.exe

   -vm配置项必须在 –vmargs配置项前,是因为执行到-vmargs配置项已经选择了一个默认的JVM了。


三、subclipse

   Eclipse update site URL:http://subclipse.tigris.org/update_1.8.x

   url中包含subclipse和svnkit