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"

(Replaced content with "[https://www.eclipse.org/m2e/documentation/m2e-development-environment.html This page is now here]")
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{M2E}}
+
[https://www.eclipse.org/m2e/documentation/m2e-development-environment.html This page is now here]
 
+
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, but 3.8 is probably more stable at this point.
+
 
+
(New in m2e 1.1M5) Copy slf4j 1.6.4 from http://download.eclipse.org/tools/orbit/downloads/drops/S20120123151124/ to ECLIPSE_HOME/dropins folder.
+
 
+
Install latest m2e 1.1 milestone build from http://download.eclipse.org/technology/m2e/milestones/1.1 .
+
 
+
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.
+
 
+
[[Category:M2E]]
+

Latest revision as of 08:25, 14 November 2014

This page is now here

Back to the top