下面是官网的说明,基本上的意思下面有图片说明.
To install m2eclipse, use the following Eclipse update site to install the core of the m2eclipse plugin. This Core update site contains a single component: "Maven Integration for Eclipse (Required)". When you install this component you will be installing all of the core Wizards, the POM Editor, Maven Repository integration, and Maven integration
m2eclipse Core 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.
然后就能用了~ M2eclipse的网址有可能常换,用的时候BAIDU一下~
参考地址:
http://blog.163.com/myrudy@126/blog/static/17185153620108284935318/
分享到:
相关推荐
本文将详细介绍如何在Eclipse中离线安装Maven插件,以及如何配置Windows环境来确保Maven的正常工作。 首先,我们需要在Windows系统上配置Maven环境。这包括以下步骤: 1. **下载Maven**: 访问Apache官方网站...
旧版本eclipse,比如indigo版本要安装maven,旧的在线安装方式已经失效,因为依赖的zest和m2eclipse的location url都已经无法访问。所以从已经安装这两个包的eclipse中分离出离线的安装包,拷贝到对应的features和...
在Eclipse中安装Maven插件,可以方便开发者在IDE内进行Maven项目的操作,解决无法用Maven Pom editor打开pom.xml文件的问题。以下是对这个主题的详细说明: 1. **Maven Pom Editor**: Maven的pom.xml文件是项目...
Eclipse Marketplace是通常在线安装插件的地方,但考虑到网络环境不稳定或速度慢,我们可以选择离线安装。首先,访问Eclipse的官方网站,找到Maven Integration for Eclipse(M2E)插件,下载对应的zip包。在提供的...
下面我们将详细介绍如何在Eclipse中安装Maven插件以及如何使用Maven。 首先,我们需要理解Maven的核心概念。Maven是一个基于项目对象模型(Project Object Model,POM)的项目管理工具,它通过XML文件来描述项目的...
下面我们将详细介绍如何在Eclipse中安装Maven插件。 首先,我们需要知道为什么要在Eclipse中安装Maven插件。Maven通过使用一个项目对象模型(Project Object Model,POM)文件,自动化了构建过程,包括编译、测试、...
m2eclipse 1.6.2是Eclipse中用于Maven项目管理的重要插件,它简化了Maven在IDE中的使用,提供了强大的依赖管理和项目构建功能。对于Java开发者来说,它是提高开发效率和协作的必备工具。通过持续更新和优化,m2...
本文将详细介绍如何在Eclipse中安装Maven插件,以及后续的配置过程。 #### 二、准备工作 1. **Eclipse版本选择**:推荐使用最新版本的Eclipse,如文中提到的Eclipse 4.2或更高版本。下载地址为:[Eclipse官方下载...
M2Eclipse(Maven Integration for Eclipse)是Eclipse中的一个插件,它允许开发者直接在Eclipse环境中使用Maven的功能。这对于那些习惯于Eclipse工作流的开发者来说,是一个极大的便利,因为无需离开IDE就可以完成...
1. **准备Maven插件**:你需要下载Maven的Eclipse插件,通常这个插件包含在"Eclipse Marketplace Client"或"M2Eclipse"中。你可以从Maven官方网站或Eclipse Marketplace获取最新的Maven插件压缩包。 2. **解压下载...
要在Eclipse中安装m2eclipse,可以通过Eclipse的“帮助”->“Eclipse Marketplace”搜索m2eclipse,然后按照提示进行安装。安装完成后,需要重启Eclipse使插件生效。对于更高级的配置,例如设置Maven的本地仓库路径...
在Eclipse中,我们可以安装Maven插件(如M2Eclipse)来无缝集成Maven的功能。设置Maven的配置文件`settings.xml`位于`.m2`目录下,这个文件包含了Maven仓库的位置、代理设置和镜像配置等信息。在团队协作中,如果...
通过上述步骤,可以顺利完成Maven的安装及Eclipse中的Maven插件配置。这些步骤不仅涵盖了基本的安装流程,还涉及了一些常见的错误处理方法,有助于开发者更加顺利地使用Maven进行项目管理和构建。
在安装 Maven 插件之前,还需要安装其他一些插件,包括 GEF、EMF、GMF、Webtools 和 Google Eclipse Plugin。这些插件可以帮助开发者更好地开发项目。 五、 安装 Maven 插件 安装 Maven 插件的步骤是: 1. 打开 ...
本文将详细介绍Eclipse的下载与安装,以及如何在Eclipse中安装Maven插件,帮助开发者快速搭建起开发环境。 #### Eclipse的下载与安装 1. **访问官方网站**:首先,打开Eclipse官方网站(https://www.eclipse.org/...
### m2Eclipse-Eclipse中Maven插件使用手册 #### 概述 m2Eclipse作为一款在Eclipse平台上使用的Maven插件,极大地简化了开发者使用Maven进行项目管理的过程。它不仅提供了Maven项目的创建、构建等功能,还支持Pom....
在【压缩包子文件的文件名称列表】中,"m2eclipse_for_eclipse_3.3"可能包含了插件的所有组件和必要的配置文件,用于在Eclipse 3.3环境中安装m2eclipse。用户通常需要按照特定的步骤来解压并导入这些文件到Eclipse的...
在Eclipse中,Maven插件,通常被称为m2e(M2Eclipse),是将Maven功能集成到IDE中的关键组件。m2e使得用户可以直接在Eclipse中创建、构建、调试和部署Maven项目,无需离开IDE。它支持POM(Project Object Model)...