Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document is a proposed new standard layout for remote repositories.

Status

This RFC is currently in the DRAFT state. Nothing in this RFC has been agreed or confirmed.

...

Table of Contents

Introduction

Excerpt

The remote repository layout defines how the central repositories used by Apache Maven as well as a non-trivial number of third party clients can access the artifacts produced as versioned releases of dependent projects.

 

Overview

 

Projects

The basic unit of organisation in a repository is the project coordinates. The project coordinates consist of the pair groupId:artifactId.

...