Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "M2E"

(Updated info on dev builds repo)
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[http://eclipse.org/m2e Maven Integration for Eclipse] provides tight integration for [http://maven.apache.org Maven] into the IDE and providing the following features:
+
{{M2E}}
 +
 
 +
[[Category:M2E]]
 +
 
 +
 
 +
[http://eclipse.org/m2e Maven Integration for Eclipse] provides tight integration for [http://maven.apache.org Maven] into the IDE with the following features:
  
 
* Launching Maven builds from within Eclipse
 
* Launching Maven builds from within Eclipse
Line 9: Line 14:
 
* 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
  
Project is originally known as m2eclipse, which [http://m2eclipse.codehaus.org/ been developed at the Codehaus] and currently is being moved to Eclipse.
+
You can install last m2e 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:
+
  http://download.eclipse.org/technology/m2e/releases
  
  http://m2eclipse.sonatype.org/update/
+
There are also development builds available. Information on how to install those can be found [http://eclipse.org/m2e/download/ here].
  
Stable m2eclipse development builds can be installed from separate update:
+
Additional information about project will be posted here and to [http://eclipse.org/m2e/ Eclipse project web site].
  
  http://m2eclipse.sonatype.org/update-dev/
+
[[M2E Extension Development]]
  
Additional information about project will be posted here and to [http://eclipse.org/m2e/ Eclipse project web site].
+
[[M2E FAQ|FAQ]]

Revision as of 06:29, 11 January 2013

M2E
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


Maven Integration for Eclipse provides tight integration for Maven into the IDE with 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 m2e release by using the following update site from within Eclipse:

 http://download.eclipse.org/technology/m2e/releases

There are also development builds available. Information on how to install those can be found here.

Additional information about project will be posted here and to Eclipse project web site.

M2E Extension Development

FAQ

Back to the top