From 033517664b27b44b8d347714b216db932d078c8d Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 27 Oct 2012 15:23:10 +0000 Subject: [PATCH] improved documentation: metadata is available for snapshot artifacts too git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402807 13f79535-47bb-0310-9956-ffa450edef68 --- maven-repository-metadata/src/site/apt/index.apt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/maven-repository-metadata/src/site/apt/index.apt b/maven-repository-metadata/src/site/apt/index.apt index 315e560387..d822b3a48f 100644 --- a/maven-repository-metadata/src/site/apt/index.apt +++ b/maven-repository-metadata/src/site/apt/index.apt @@ -10,11 +10,13 @@ Maven Repository Metadata Model This is strictly the model for Maven Repository Metadata, so really just plain objects. - Maven Repository Metadata is stored in directories representing: + Maven Repository Metadata is available in directories representing: - * either an artifact (without version) + [[1]] an un-versioned artifact: it gives informations about available versions of the artifact, - * or a group containing Maven plugins artifacts. + [[2]] a snapshot artifact: it gives precise information on the snapshot, + + [[3]] a group containing Maven plugins artifacts: it gives informations on plugins available in this group. []