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 Development Environment"

Line 1: Line 1:
 
{{M2E}}
 
{{M2E}}
  
Download and unpack Eclipse latest SDK Juno milestone build from http://download.eclipse.org/eclipse/downloads/. Both 3.8 and 4.2 builds are expected to work.
+
Download and unpack Eclipse latest SDK Juno build from http://download.eclipse.org/eclipse/downloads/ . Both 3.8 and 4.2 builds are expected to work.
  
Install latest m2e 1.1 milestone build from http://download.eclipse.org/technology/m2e/milestones/1.1 .
+
Install m2e 1.2 or newer from http://download.eclipse.org/technology/m2e/releases .
  
 
Clone m2e-core repository. Committers should use ssh://YOUR_COMMITTERID@git.eclipse.org/gitroot/m2e/m2e-core.git. For read-only access use either git://git.eclipse.org/gitroot/m2e/m2e-core.git or http://git.eclipse.org/gitroot/m2e/m2e-core.git.
 
Clone m2e-core repository. Committers should use ssh://YOUR_COMMITTERID@git.eclipse.org/gitroot/m2e/m2e-core.git. For read-only access use either git://git.eclipse.org/gitroot/m2e/m2e-core.git or http://git.eclipse.org/gitroot/m2e/m2e-core.git.

Revision as of 21:42, 25 November 2012

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

Download and unpack Eclipse latest SDK Juno build from http://download.eclipse.org/eclipse/downloads/ . Both 3.8 and 4.2 builds are expected to work.

Install m2e 1.2 or newer from http://download.eclipse.org/technology/m2e/releases .

Clone m2e-core repository. Committers should use ssh://YOUR_COMMITTERID@git.eclipse.org/gitroot/m2e/m2e-core.git. For read-only access use either git://git.eclipse.org/gitroot/m2e/m2e-core.git or http://git.eclipse.org/gitroot/m2e/m2e-core.git.

Import m2e-core as existing maven project. Follow onscreen instructions, allow m2e to install additional software and restart eclipse when requested.

Clone m2e-core-tests repository. Developers should use git@github.com:sonatype/m2e-core-tests.git. For read-only access use either git://github.com/sonatype/m2e-core-tests.git.

Import m2e-core-tests as existing maven project.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.