http://blacksonny.iteye.com/blog/1900275
Recently, to use MAVEN for development, the previous eclipse3.7 used two addresses to install the plugin, as follows:
Maven Plugin
M2eclipse-core Update site:http://m2eclipse.sonatype.org/sites/m2e
M2eclipse-extras Update Site:http://m2eclipse.sonatype.org/sites/m2e-extras
But to install the two plug-ins for the new eclipse is out of the reach because they have been handed over to eclipse. and the plug-in has been installed a little problem. Is that Web engineering relies on the inability to publish services to Tomcat. So want to install a high version, on the internet for a long time also have no results. So try to see the next Sonatype official website, M2E has been handed over to eclipse, so open the connection, finally found the update address: Http://wiki.eclipse.org/M2E_updatesite_and_gittags, The update addresses for each of the two versions are listed on this page. I use e3.7, so choose http://download.eclipse.org/technology/m2e/releases/1.3/1.3.1.20130219-1424 this address.
The installation steps are as follows:
1, first install Subclipse: Open eclipse--help--eclipse Marketplace Search Subclipse
Select Install after, for example, the default selection of all, you can remove the not required as necessary, here default all to install
After clicking Next, accept the license agreement and click Finish to start the installation.
The process will have a warning prompt
Ignore it, accept it directly, restart it when it's done,
The next step is to install the M2E plugin.
2. Install M2E plug-in
Open Help--install New software, such as:
Click Add to enter M2eclipse in name, name yourself, location input http://download.eclipse.org/technology/m2e/releases/1.3/ 1.3.1.20130219-1424, waiting for a moment, appeared as List
Click Next to accept the agreement and start the installation until it is complete.
3, install SCM, if you want to, this is through the SVN way to download MAVEN project a plug-in more convenient. When installing SCM, you need to go through the Eclipse's Import wizard, Import--maven--check out the MAVEN projects from SCM
Select next to Appear
Click on the bottom right corner of the m2e Marketplace will open Marketplace, wait a moment will come out of the list, pull down to the bottom of the bar, find M2e-subclipse, click Install, start installation, until completed.
4, finally need to install a Maven WTP plugin, the address is as follows: http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/
Choose Maven WTP, and the installation steps refer to how the M2E plug-in is installed.
Now that all the plugins have been installed, start your MAVEN tool development.