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
This commit is contained in:
Herve Boutemy 2012-10-27 15:23:10 +00:00
parent befb216845
commit 033517664b
1 changed files with 5 additions and 3 deletions

View File

@ -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.
[]