About
Code Shipping - (Repository | Registry) in Maven.
A repository is a storage of artifacts (jar, war, zip …) in a file system that is:
- local: Maven - Local Repository
- or remote repository (ie via HTTP or SSH)
Articles Related
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