m2eclipse is an Eclipse plugin for developing Maven project. Here shows u how to install it in Eclipse.
Eclipse version: Galileo
Maven version: 2.2
Installed Eclipse plugin: Mylyn and Subclipse
Pre-requisites
—————————————-
Maven is installed and configured
1. Open Eclipse
2. On the Menu bar click Help -> Install New Software
3. Go to the Available Software tab and press the Add button
4. Add a new site with the following details
- Name: m2eclipse
- Location: http://m2eclipse.sonatype.org/sites/m2e
5. Install the Maven Integration for Eclipse
6. Now u can create a Maven project in Eclipse
Done =)
Reference: Installing m2eclipse Core