Home
Maven Integration for Eclipse provides tight integration for Maven into the IDE and providing the following features:
- Launching Maven builds from within Eclipse
- Dependency management for Eclipse build path based on Maven's pom.xml
- Resolving Maven dependencies from the Eclipse workspace without installing to local Maven repository
- Automatic downloading of the required dependencies from the remote Maven repositories
- Wizards for creating new Maven projects, pom.xml or to enable Maven support on plain Java project
- Quick search for dependencies in Maven remote repositories
- Quick fixes in the Java editor for looking up required dependencies/jars by the class or package name
See more details on the project wiki.
Please report issues, contribute documentation and patches, give us your feedback in the mailing lists and rate this plugin at the Eclipse Plugin Central.
Installation
You can install the Maven Integration for Eclipse by using the following update site from within Eclipse: http://m2eclipse.sonatype.org/update/
We also provide stable development builds from a separate update site: http://m2eclipse.sonatype.org/update-dev/
See the New and Noteworthy for the last releases.
Source Code
See instructions for configuring development environment on the wiki.


