Difference between revisions of "M2E"
m (Maven Integration moved to M2E) |
|||
Line 13: | Line 13: | ||
* Quick search for dependencies in Maven remote repositories | * 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 | * Quick fixes in the Java editor for looking up required dependencies/jars by the class or package name | ||
− | |||
− | |||
You can install last m2eclipse release by using the following update site from within Eclipse: | You can install last m2eclipse release by using the following update site from within Eclipse: |
Revision as of 11:48, 2 July 2012
M2E | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
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 and 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
You can install last m2eclipse release by using the following update site from within Eclipse:
http://download.eclipse.org/technology/m2e/releases
Stable m2eclipse development builds can be installed from separate update:
http://download.eclipse.org/technology/m2e/updates/N/
Additional information about project will be posted here and to Eclipse project web site.