Eclipse Maven 插件 安装

Exclipse Maven 插件官方地址

http://m2eclipse.sonatype.org/

安装步骤

1 菜单项选择 Help,选择 Install New Software...

2 会看到一个 Install 对话框,单击 Work with:边上的 Add 按钮

  会弹出一个新的 Add Repository 对话框

  在 Name 字段中输入 m2e

  在 Location 字段输入 http://m2eclipse.sonatype.org/sites/m2e

  单击 OK

3 选中 Maven Integration for Eclipse 核心模块 Next

4 m2eclipse 提供了一组额外组件

  重要的

Mave SCM handler for Subclipse  与Subversion

Maven SCM Integration                 与SCM模块集成

5 安装成功后会提示重启 Eclipse

6 检查是否安装成功

   单击菜单栏 Help

   选择 About Eclipse

   单击 Installation Details

   在 Installed Software 标签页 查看所有安装过的软件

你可能感兴趣的:(eclipse)