Maven 2.x Extension for Eclipse

Maven Integration for Eclipse provides tight integration for Maven into the IDE and providing the following features

Maven 2.x Extension for Eclipse

Maven 2.x Extension for Eclipse

Maven Integration for Eclipse provides tight integration for Maven into the IDE and providing the following features

  1. Launching Maven builds from within Eclipse
  2. Dependency management for Eclipse build path based on Maven's pom.xml
  3. Resolving Maven dependencies from the Eclipse workspace without installing to local Maven repository
  4. Automatic downloading of the required dependencies from the remote Maven repositories
  5. Wizards for creating new Maven projects, pom.xml or to enable Maven support on plain Java project
  6. Quick search for dependencies in Maven remote repositories
  7. Quick fixes in the Java editor for looking up required dependencies/jars by the class or package name
  8. ...more features to come

This plugin is using the Maven Embedder component to launch Maven and to work with all Maven data. This is work in progress and we are working hard to make it smooth and nice.

Click here to go detail page: http://m2eclipse.codehaus.org/