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/Try It"

Line 1: Line 1:
From a local Git clone of <a href="http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git">http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git</a>, and provided you have Maven 3 installed, you can build Sirius locally from the top-level directory with the following command:
+
From a local Git clone of http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git, and provided you have Maven 3 installed, you can build Sirius locally from the top-level directory with the following command:
 
<pre>
 
<pre>
 
mvn -f packaging/org.eclipse.sirius.parent/pom.xml clean package
 
mvn -f packaging/org.eclipse.sirius.parent/pom.xml clean package
Line 6: Line 6:
 
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>.
  
To install the result in an Eclipse instance, you will also need to add the Nebula repository at <a href="http://download.eclipse.org/technology/nebula/snapshot/">http://download.eclipse.org/technology/nebula/snapshot/</a>.
+
To install the result in an Eclipse instance, you will also need to add the Nebula repository at http://download.eclipse.org/technology/nebula/snapshot/.

Revision as of 04:14, 11 September 2013

From a local Git clone of http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git, and provided you have Maven 3 installed, you can build Sirius locally from the top-level directory with the following command:

mvn -f packaging/org.eclipse.sirius.parent/pom.xml clean package

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

To install the result in an Eclipse instance, you will also need to add the Nebula repository at http://download.eclipse.org/technology/nebula/snapshot/.

Back to the top