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 extension development environment"

(New page: == Setting up Eclipse IDE == * "Classic" Eclipse distribution 3.7 or 3.6.2 * Add http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site update site * Install m2e 1.0.0...)
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Setting up Eclipse IDE ==
+
[https://www.eclipse.org/m2e/documentation/m2e-extension-development.html This page is now here]
 
+
* "Classic" Eclipse distribution 3.7 or 3.6.2
+
* Add http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site update site
+
* Install m2e 1.0.0 from http://download.eclipse.org/technology/m2e/releases/1.0, including semi-hidden m2e SDK feature
+
 
+
 
+
== Command line build ==
+
 
+
Download and unpack to a local folder Maven 3.0.3 or better available from http://maven.apache.org/download.html
+
 
+
[[Category:M2E]]
+

Latest revision as of 08:24, 14 November 2014

This page is now here

Back to the top