Table of Contents

About

Code Shipping - (Repository | Registry) in Maven.

A repository is a storage of artifacts (jar, war, zip …) in a file system that is:

Artifact Location

Repository Client translate artifact coordinates into a location in a Maven repository (Url or Local File System Path)

Example:

  • version 1.2.0
  • artifactId: commons-lang
  • packaging: JAR
  • groupId org.apache.commons

Repo Request

<repoLocation>/org/apache/commons/commons-lang/1.2.0/commons-lang-1.2.0.jar
<repoLocation>/org/apache/commons/commons-lang/1.2.0/commons-lang-1.2.0.pom

Documentation / Reference