Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Gemini/Management/Source
< Gemini | Management
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.management.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.management/target
directory after successful completion of a build.