The Maven Integration for Eclipse is the official Eclipse project aimed at integrating Maven within the Eclipse IDE. It is released under the EPL 1.0 license.
Features include:
M2E dynamically integrates with your Maven projects with Eclipse while you make changes in the IDE. As you change dependencies, or configurations of Maven plugins in your POMs M2E, will synchronize the Eclipse workspace with those changes.
The maven-eclipse-plugin can be run from the command line to produce a static Eclipse configuration. If you make changes to your Maven POMs then you need to generate your Eclipse project files again. Note that M2E and m-e-p are not compatible, and the M2E team specifically looks like m-e-p generated files and will disable M2E support for those projects.
Eclipse is a trademark of The Eclipse Foundation