`
sunxboy
  • 浏览: 2869379 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

how to install maven and svn plugin into eclipse 3.6

阅读更多

process:

 

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:

  1. Select Help > Install New Software. This should display the "Install" dialog.
  2. 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.
  3. Choose the component listed under m2eclipse: "Maven Integration for Eclipse (Required)".
  4. Click Next. Eclipse will then check to see if there are any issues which would prevent a successful installation.
  5. Click Next and agree to the terms of the Eclipse Public License v1.0.
  6. Click Finish to begin the installation process. Eclipse will then download and install the necessary components.
  7. 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

 

 

分享到:
评论
1 楼 cfly 2010-07-03  
you can install all at eclipse Marketplace

相关推荐

    eclipse-maven3-plugin

    **eclipse-maven3-plugin** 是一个专门为 Eclipse IDE 设计的插件,它允许开发者在 Eclipse 开发环境中无缝集成 Maven 构建工具。Maven 是一个项目管理和综合工具,广泛用于 Java 应用程序的构建、依赖管理和项目...

    maven-site-plugin-3.6.jar

    java运行依赖jar包

    ECLIPSE MAVEN3插件文件(eclipse-maven3-plugin工具)

    ECLIPSE MAVEN3插件文件(eclipse-maven3-plugin工具)

    maven-xbean-plugin-3.6.jar

    maven-xbean-plugin-3.6.jar

    eclipse-maven3-plugin Maven插件离线安装包

    eclipse-maven3-plugin.7z 解压缩到 plugins 目录下 3. 在 links 目录下创建一个maven.link(名字可以随便取,但必须是.link结尾的文件)文件 打开并输入:path= D:/Development/eclipse-JavaEE/eclipse/plugins...

    maven-xbean-plugin-3.6-sources.jar

    maven-xbean-plugin-3.6-sources.jar

    sonar-maven-plugin-3.6.0.1398.jar

    java运行依赖jar包

    eclipse maven3 plugin.zip

    直接离线安装eclipse中的maven插件,在你的eclipse安装根目录下创建两个文件夹:links,myplugins(文件夹名字可以自定义),所在路径D:\eclipse。将下载下来的maven插件放到myplugins下。载links目录下创建一个...

    maven3.6的安装包

    ** Maven 3.6 安装与配置指南 ** Maven 是一个强大的项目管理工具,主要应用于Java开发领域。它简化了构建、依赖管理和项目生命周期的管理,通过使用一种标准化的项目对象模型(Project Object Model,POM)来描述...

    eclipse-maven3-plugin工具

    Eclipse Maven3 Plugin是Eclipse集成开发环境中的一个插件,用于支持Maven项目管理和构建。这个插件使得开发者在Eclipse内部就能方便地管理Maven依赖、执行Maven生命周期阶段以及配置Maven项目,无需离开IDE。在描述...

    eclipse-maven3-plugin.zip

    4. **生命周期集成**:m2e将Maven的生命周期映射到Eclipse的构建操作中,使得用户可以通过Eclipse的构建菜单执行如`clean`, `compile`, `test`, `install`等Maven目标。此外,还支持Maven的 profiles 和 build ...

    maven&svn Plugin.zip

    在IT行业中,Maven和SVN是两个非常重要的工具,它们在软件开发流程中起着至关重要的作用。Maven是一个项目管理和综合工具,主要用于Java项目的构建、依赖管理和项目信息管理。而SVN(Subversion)则是一种版本控制...

    java视频教程之SVN Maven搭建自动化构建教程 Eclipse中使用Maven

    java视频教程之SVN Maven搭建自动化构建教程 Eclipse中使用Maven视频教程云盘下载链接

    eclipse-maven3-plugin.rar

    【标题】"eclipse-maven3-plugin.rar"指的是Eclipse集成开发环境与Maven 3.0.4版本的插件结合,这个压缩文件包含了使Eclipse支持Maven 3.x版本所需的所有组件。 【描述】"maven3.0.4在eclipse中的插件"说明了该插件...

    Maven SVN Revision Number Plugin官方英文文档

    Maven SVN Revision Number Plugin是一款用于在Maven构建过程中获取Subversion(SVN)版本库中的修订版号(Revision Number)的插件。这个插件的主要目标是帮助开发者在构建过程或生成的工件中包含当前源代码在SVN...

    Eclipse3.6与m2eclipse插件的安装与使用

    而m2eclipse(Maven Eclipse Plugin)是Eclipse中的一个插件,它将Apache Maven的构建系统无缝集成到Eclipse中,使得用户可以直接在Eclipse环境中管理Maven项目的依赖和构建过程。 在Eclipse 3.6中安装m2eclipse...

    Maven+Eclipse plugin

    "Maven+Eclipse plugin" 是一个针对Java开发者的重要工具组合,它将Apache Maven的构建管理和Eclipse IDE的开发环境紧密结合,极大地提高了开发效率和项目管理能力。在这个主题下,我们将深入探讨Maven和Eclipse插件...

    maven-eclipse-plugin

    【maven-eclipse-plugin】是Maven生态中的一个重要插件,它主要负责将Maven项目导入Eclipse这样的IDE中,以便于开发人员进行便捷的开发和管理。在使用Maven时,理解并熟练掌握这个插件的使用对于提高开发效率至关...

Global site tag (gtag.js) - Google Analytics