aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-11-24 02:09:06 +0000
committerBrett Porter <brett@apache.org>2009-11-24 02:09:06 +0000
commit76eeda51bb3bc507506d0615080ca4aa72c83986 (patch)
tree910820a01338d17f09386b4f8a3f555bb5f81464
parent05d2784124cb48259973715da6db1e32840a574d (diff)
downloadarchiva-76eeda51bb3bc507506d0615080ca4aa72c83986.tar.gz
archiva-76eeda51bb3bc507506d0615080ca4aa72c83986.zip
[MRM-1282] additional clarification of notes
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883573 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/metadata/content-model.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/archiva-modules/metadata/content-model.txt b/archiva-modules/metadata/content-model.txt
index df78af906..b60a22da0 100644
--- a/archiva-modules/metadata/content-model.txt
+++ b/archiva-modules/metadata/content-model.txt
@@ -11,7 +11,7 @@ The following is the intended content model for the metadata content repository:
| `-- org/
| `-- apache/
| `-- archiva/
- | `-- platform/ -- these are known as "organizational units", of arbitrary depth. Equiv to groupId in Maven
+ | `-- platform/ -- these are known as the namespace, of arbitrary depth. Equiv to groupId in Maven
| `-- scanner/ -- this is the project - equivalent to artifactId in Maven
| |-- 1.0-SNAPSHOT/ -- this is the version best used to describe the project ("marketed version")
| | |-- scanner-1.0-20091120.012345-1.pom/ -- filename is a node, each is distinct except for checksums, etc.
@@ -48,3 +48,5 @@ each stored and it is up to the reader to interpret
3) artifact data is not stored in the content repository (there is no data= property on the file). The information here is enough to locate the
file in the original storageUrl when it is requested
+4) The API will still use separate namespace and project identifiers (the namespace can be null if there isn't one). This is chosen to allow
+splitting the namespace on '.', and also allowing '.' in the project identifier without splitting