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"

(Created page with "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....")
 
Line 5: Line 5:
  
 
The resulting update-site is then available in <code>packaging/org.eclipse.sirius.update/target/repository</code>.
 
The resulting update-site is then available in <code>packaging/org.eclipse.sirius.update/target/repository</code>.
 
The documentation is available in the help system under the "Sirius" top-level category. You can also browse the doc from http://www.eclipse.org/sirius/doc.
 
  
 
[[Category:Sirius]]
 
[[Category:Sirius]]

Revision as of 10:50, 22 October 2013

Sirius uses Maven/Tycho to build. To build it yourself:

  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.
  3. 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.

Back to the top