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

Talk:Sirius/Build

< Talk:Sirius
Revision as of 03:42, 20 June 2014 by Daniel.liabeuf.gmail.com (Talk | contribs) (Created page with "Many build scenarios exists but it's difficult to use them. Should be nice how to use them? I put below a first propositional ---- = Prerequisite = Sirius uses Maven/Tycho to ...")

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

Many build scenarios exists but it's difficult to use them. Should be nice how to use them? I put below a first propositional


Prerequisite

Sirius uses Maven/Tycho to build.

  1. Install Maven 3 if if do not have it already.
  2. Get a Git clone of http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git.


Build

Zipped update-site

To build zipped update-site yourself:

  1. From the top-level directory of the clone, issue a simple mvn clean package.

The resulting update-site is then available in packaging/org.eclipse.sirius.update/target/repository.

Packaged Javadoc


--Daniel.liabeuf.gmail.com (talk) 03:42, 20 June 2014 (EDT)


Back to the top