eclipse 集成 maven 的插件有 m2eclipse 现改为 eclipse 的 m2e 支持 eclipse 3.3 以后版本,
q4e 现更为 eclipse 的 iam 支持 eclipse 3.3 以后版本
eclipse 3.2 对应的 m2eclipse 的版本找不到下载安装,
在线更新安装的地址 http://m2eclipse.sonatype.org/sites/m2e/ 等对 eclipse 3.2 无效,有的已失效
经过在 http://m2eclipse.sonatype.org/sites/archives/ 上
找到 eclipse 3.2 可以在线更新安装地址是
[b][u]http://m2eclipse.sonatype.org/sites/archives/0.9.7.200904021036[/u]/[/b]
m2eclipse 依赖 subclipse,mylyn,GEF 的 zest,还有根据选择的其它安装项确定需要的依赖组件
GEF 的 zest 地址:http://www.eclipse.org/gef/updates/index.php
安装后打开 eclipse 很可能会弹出对话框出现警告信息
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK. Please make sure the -vm option in eclipse.ini is pointing to a JDK and verify that Installed JRE’s are also using JDK installs.
解决办法是 编辑 eclipse_home\eclipse.ini,在 -vmargs 参数前加入 -vm 参数,
该参数后一定换行,后面指定本地安装的 jdk
-vm
D:\Java\jdk1.5\bin\javaw.exe
eclipse 3.2 集成 maven 2 的稳定插件还有
m4eclipse 0.0.8: http://sourceforge.net/projects/m4eclipse/
m2eclipse 的早期版本 m2eclipse 0.0.5 - 0.0.10 无需依赖 subclipse,mylyn,0.0.11 - 0.0.12,可惜已找不到下载,
搜尽了网络所有资源,找到了源码的svn地址,http://svn.castor.codehaus.org/browse/m2eclipse/tags/
http://svn.codehaus.org/m2eclipse/tags/
eclipse 3.0 3.1 的 maven 插件有 apache 的 mavenide: http://mevenide.codehaus.org/mevenide-ui-eclipse/update/index.html
http://mevenide.codehaus.org/release/eclipse/
其它的插件 easyeclipse 的 easy-m2eclipse 0.0.10,maveniser 1.1.4 没有用
q4e 现更为 eclipse 的 iam 支持 eclipse 3.3 以后版本
eclipse 3.2 对应的 m2eclipse 的版本找不到下载安装,
在线更新安装的地址 http://m2eclipse.sonatype.org/sites/m2e/ 等对 eclipse 3.2 无效,有的已失效
经过在 http://m2eclipse.sonatype.org/sites/archives/ 上
找到 eclipse 3.2 可以在线更新安装地址是
[b][u]http://m2eclipse.sonatype.org/sites/archives/0.9.7.200904021036[/u]/[/b]
m2eclipse 依赖 subclipse,mylyn,GEF 的 zest,还有根据选择的其它安装项确定需要的依赖组件
GEF 的 zest 地址:http://www.eclipse.org/gef/updates/index.php
安装后打开 eclipse 很可能会弹出对话框出现警告信息
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK. Please make sure the -vm option in eclipse.ini is pointing to a JDK and verify that Installed JRE’s are also using JDK installs.
解决办法是 编辑 eclipse_home\eclipse.ini,在 -vmargs 参数前加入 -vm 参数,
该参数后一定换行,后面指定本地安装的 jdk
-vm
D:\Java\jdk1.5\bin\javaw.exe
eclipse 3.2 集成 maven 2 的稳定插件还有
m4eclipse 0.0.8: http://sourceforge.net/projects/m4eclipse/
m2eclipse 的早期版本 m2eclipse 0.0.5 - 0.0.10 无需依赖 subclipse,mylyn,0.0.11 - 0.0.12,可惜已找不到下载,
搜尽了网络所有资源,找到了源码的svn地址,http://svn.castor.codehaus.org/browse/m2eclipse/tags/
http://svn.codehaus.org/m2eclipse/tags/
eclipse 3.0 3.1 的 maven 插件有 apache 的 mavenide: http://mevenide.codehaus.org/mevenide-ui-eclipse/update/index.html
http://mevenide.codehaus.org/release/eclipse/
其它的插件 easyeclipse 的 easy-m2eclipse 0.0.10,maveniser 1.1.4 没有用