天天看點

Eclipse 安裝 maven2插件

Maven的下載下傳位址清單:

===============================

http://maven.apache.org/download.html

===============================

Installing m2eclipse Core

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

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.