Home
Table of Content
FAQ
# Quick description
This is the shared instance of a maven repository managed by the SED for all Inria and IRISA users. You can browse the repositories content in the **[administrative area](http://maven.inria.fr/artifactory/webapp/)** The current resource of the server are limited. You are supposed to make a fair use of them. # What is a Maven repository
A repository is a place where you can archive versions of binaries or artifacts (typically java jar files) in order to refer them from a build environment. It will be typically be used with a build tool like [Maven](http://en.wikipedia.org/wiki/Apache_Maven), Gradle or Ivy. Among the goal of such tool we can cite : allow reproducable build, allow to build a component without the need of doing a checkout on all the sources of all the dependencies. # Repository organisation and usage rules The repository is organized as an aggregation of sub-repositories. You can get your own sub-repository in order to publish your artifacts. Each sub-repository must be related to an [Inria gforge](http://gforge.inria.fr/) projet or to an Inria project team. For a given gforge projet
, we usually create the following sub-repositories : * **
-public-release** : a repository publicly visible for release artifacts * **
-public-snapshot** : a repository publicly visible for snapshots artifacts * **
-private-release** : a private repository for release artifacts * **
-private-snapshot** : a private repository for snapshots artifacts In additon to the url for each repositories, for convinience, all content is also aggreated in a virtual repository (http://maven.inria.fr/artifactory/repo/) (Obviously, you need tho have the correct password to access the content of private sub repositories).