您的位置:首页 > 编程语言 > Java开发

how to install maven and svn plugin into eclipse 3.6

2012-02-08 08:27 579 查看

how to install maven and svn plugin into eclipse 3.6

博客分类:Java基础
EclipsemavenSVNIDECVSprocess:

1. download eclipse 3.6
ftp://ftp.jaist.ac.jp/pub/eclipse/technology/epp/downloads/release/helios/R/eclipse-jee-helios-win32.zip
2. install maven plugin :m2eclipse

Update Site: http://m2eclipse.sonatype.org/sites/m2e

IMPORTANT NOTE: You cannot upgrade from m2eclipse 0.9.8 or m2eclipse 0.9.9 to m2eclipse 0.10.0. If you are running m2eclipse 0.9.8 or 0.9.9 you must either uninstall m2eclipse from your Eclipse installation or start with a fresh installation of Eclipse.

To install this plugin in the Eclipse IDE:

Select Help > Install New Software. This should display the "Install" dialog.
Paste the Update Site URL into the field named "Work with:" and press Enter. Pressing Enter should cause Eclipse to update list of available plugins and components.
Choose the component listed under m2eclipse: "Maven Integration for Eclipse (Required)".
Click Next. Eclipse will then check to see if there are any issues which would prevent a successful installation.
Click Next and agree to the terms of the Eclipse Public License v1.0.
Click Finish to begin the installation process. Eclipse will then download and install the necessary components.
Once the installation process is finished, Eclipse will ask you if you want to restart the IDE. Sonatype strongly recommends that you restart your IDE after installing m2eclipse.
Note about 0.9.8 Workspace Incompatibility: If you are using m2eclipse 0.10.0 with a workspace that contains projects created under m2eclipse 0.9.8, you must remove the workspaceState.ser file. The workspaceState.ser file is located within the workspace directory in $workspacedir/.metadata/.plugins/org.maven.ide.eclipse/workspaceState.ser. If you remove this file, m2eclipse 0.10.0 will regenerate it as needed.

3. If you want, you can install m2eclipse extras

To install optional m2eclipse components, you will need to use the m2eclipse Extras update site. This update site contains the following m2eclipse components:

Maven SCM Integration
Maven SCM handler for Team/CVS
Maven SCM handler for Subclipse
Maven issue tracking configurator for Mylyn 3.x
Maven Integration for WTP
M2Eclipse Extensions Development Support
m2eclipse Extras Update Site: http://m2eclipse.sonatype.org/sites/m2e-extras

4. for svn plugin, you can install subclipse:

update site: http://subclipse.tigris.org/update_1.6.x

5. even if you want to install xtext plugin, you can :

update site: http://download.eclipse.org/modeling/tmf/updates/releases

6. even if you want to install ANTLR IDE plugin, you can:

update site: http://antlrv3ide.sourceforge.net/updates

分享到:



Apache commons IO简介 | 台湾软件工程师的心声:写程序是一条不归之 ...2010-06-28 15:45:56
浏览 1734
评论(1)
分类:编程语言
相关推荐
评论1 楼 cfly 2010-07-03 you can install all at eclipse Marketplace
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: