eclipse中安装maven

安装 Maven 的插件。插件地址如下:
m2eclipse Core Update Sites http://m2eclipse.sonatype.org/sites/m2e 选择Maven Integration for Eclipse (Required)
m2eclipse Extras Update Sites http://m2eclipse.sonatype.org/sites/m2e-extras 选择Maven SCM handler for Subclipse和Project configuration for Eclipse WTP(可将webapp目录显示在外层)
下载Maven
Window -> Preferences -> Maven -> installations -> Add,把 Maven 的路径添加上
在eclipse里 import -> Checkout Maven Project from SCM ->选择svn并填上svn地址就可以了
最好在team中忽略eclipse project的配置文件Window -> Preferences -> Team -> Ignored Resources -> Add Patterns (星.project,星.classpath,星.settings)

1) 安装Eclipse Java EE IDE
打开http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/SR1/eclipse-jee-helios-SR1-win32.zip
下载eclipse-jee-helios-SR1-win32.zip
或者直接用google搜索 eclipse-jee-helios-SR1-win32.zip

2) 安装zest插件
地址 http://download.eclipse.org/tools/gef/updates/interim/ 如下图

参考资料:http://blog.csdn.net/sghys/article/details/5957420

               http://www.noday.net/articles/2012/03/05/1330923243898.html

猜你喜欢

转载自chinaestone.iteye.com/blog/1541637