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

EPP/MPC/Contributor Guide

< EPP‎ | MPC
Revision as of 01:01, 13 March 2010 by Steffen.pingel.tasktop.com (Talk | contribs) (New page: = Obtaining Sources = <pre style="width: 50em;">git clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc mpc </pre> = Building = MPC is built using Ant, Maven 3 (>= alpha-5) an...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Obtaining Sources

git clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc mpc

Building

MPC is built using Ant, Maven 3 (>= alpha-5) and Tycho.

  • Building bundles:
[~/mpc] $ mvn clean install
[INFO] Scanning for projects...
...
  • Building an update site:
[~/mpc] $ mvn -f org.eclipse.epp.mpc.releng/pom.xml package
[INFO] Scanning for projects...
...
  • Building a release
[~/mpc/org.eclipse.epp.mpc] $ ant dist
[INFO] Scanning for projects...

Back to the top