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 "Gemini/Management/Source"

(New page: {{GeminiManagement}} Category:Gemini Management Category:Gemini Category:EclipseRT == Source ==)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Source ==
 
== Source ==
 +
 +
Our source is held in a single Git repo at Eclispe.
 +
 +
 +
{| width="1550" border="1" cellpadding="1" cellspacing="1"
 +
|-
 +
| '''Short Name'''
 +
| '''Anonymous: git clone'''
 +
| '''Committer: git clone'''
 +
|-
 +
| [http://git.eclipse.org/c/gemini.management/org.eclipse.gemini.managment.git/tree/ Main Repo]
 +
| git://git.eclipse.org/gitroot/gemini.management/org.eclipse.gemini.managment.git
 +
| ssh://''committer_id''@git.eclipse.org/gitroot/gemini.management/org.eclipse.gemini.managment.git
 +
|}
 +
 +
== Building ==
 +
 +
Once you have checked out the Git repository, change in to the <code>/gemini.mgmt.releng</code> directory. Now run the command <code>mvn clean install</code>. This will build and test the whole project, downloading any dependencies required. Gemini Management consists of a single bundle, the source and binaries for that bundle will be in the <code>/org.eclipse.gemini.mgmt/target</code> directory after successful completion of a build.

Revision as of 11:58, 9 December 2011

Source

Our source is held in a single Git repo at Eclispe.


Short Name Anonymous: git clone Committer: git clone
Main Repo git://git.eclipse.org/gitroot/gemini.management/org.eclipse.gemini.managment.git ssh://committer_id@git.eclipse.org/gitroot/gemini.management/org.eclipse.gemini.managment.git

Building

Once you have checked out the Git repository, change in to the /gemini.mgmt.releng directory. Now run the command mvn clean install. This will build and test the whole project, downloading any dependencies required. Gemini Management consists of a single bundle, the source and binaries for that bundle will be in the /org.eclipse.gemini.mgmt/target directory after successful completion of a build.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.