Author: hboutemy
Date: Sat Oct 27 15:23:10 2012
New Revision: 1402807
URL: http://svn.apache.org/viewvc?rev=1402807&view=rev
Log:
improved documentation: metadata is available for snapshot artifacts too
Modified:
maven/maven-3/trunk/maven-repository-metadata/src/site/apt/index.apt
Modified: maven/maven-3/trunk/maven-repository-metadata/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-repository-metadata/src/site/apt/index.apt?rev=1402807&r1=1402806&r2=1402807&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-repository-metadata/src/site/apt/index.apt
(original)
+++ maven/maven-3/trunk/maven-repository-metadata/src/site/apt/index.apt Sat
Oct 27 15:23:10 2012
@@ -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.
[]