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/mvn
< Gemini
Contents
Gemini Maven Repository
The Gemini subprojects contribute to a shared Maven repository at:
http://download.eclipse.org/gemini/mvn/
All Gemini subprojects should have Maven coordinates with a group id of org.eclipse.gemini.
Repository Definition
<repository>
<id>eclipse-gemini</id>
<name>Eclipse Gemini Maven repository</name>
<url>http://download.eclipse.org/gemini/mvn/</url>
</repository>
Example Dependency Definition
<dependency>
<groupId>org.eclipse.gemini</groupId>
<artifactId>org.eclipse.gemini.web</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Adding Artefacts to the Repository
The repository is stored on the download server at, see https://wiki.eclipse.org/IT_Infrastructure_Doc
/home/data/httpd/download.eclipse.org/gemini/mvn
Committers may access this by ssh'ing to build.eclipse.org.
The simplest way of updating the Maven repository is to create a local Maven repository, upload this as a zip file and then unzip it in the mvn directory above.