

Released artifacts are considered to be solid, stable, and perpetual in order to guarantee that builds which depend upon them are repeatable over time. These are specific, point-in-time releases. You can use a hosted, internal repository to store internal release artifacts, snapshot artifacts, or 3rd party artifacts. When you host a repository, your repository manager takes care of organizing, storing, and serving binary artifacts. Subsequent requests for the same artifact will be served from the local cache.


If the artifact is not already cached, the repository manager will retrieve the artifact from the remote repository and cache the artifact. When you proxy a remote repository, you repository manager accepts requests for artifacts from clients. Maven Repository managers serve two purposes: they act as highly configurable proxies between your organization and the public Maven repositories and they also provide an organization with a deployment destination for your own generated artifacts. Maven and other tools such as Ivy interact with repositories to search for binary software artifacts, locate project dependencies, and retrieve software artifacts from a repository. A Maven repository provides a standard for storing and serving binary software.
