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 "Sirius/Build"

(Blanked the page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Sirius uses Maven/Tycho to build. To build it yourself:
 
# Install Maven 3 if if do not have it already.
 
# Get a Git clone of http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git.
 
# From the top-level directory of the clone, issue a simple <code>mvn clean package</code>.
 
  
The resulting update-site is then available in <code>packaging/org.eclipse.sirius.update/target/repository</code>.
 
 
[[Category:Sirius]]
 

Latest revision as of 09:57, 2 June 2023

Back to the top