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"

(Setting up Eclipse IDE)
Line 3: Line 3:
 
*"Classic" Eclipse distribution 3.7 or 3.6.2  
 
*"Classic" Eclipse distribution 3.7 or 3.6.2  
 
*Add http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site update site  
 
*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
+
*Install m2e 1.0.0 from http://download.eclipse.org/technology/m2e/releases/1.0, including semi-hidden m2e SDK feature (uncheck "Group items by category" to see it)
  
 
[[Image:M2e-sdk-install.png]]
 
[[Image:M2e-sdk-install.png]]

Revision as of 15:11, 3 October 2011

Setting up Eclipse IDE

M2e-sdk-install.png

Command line build

Download and unpack to a local folder Maven 3.0.3 or better available from http://maven.apache.org/download.html

Back to the top