From: Brett Porter Date: Mon, 18 Jan 2010 23:20:59 +0000 (+0000) Subject: [MRM-1282] update documentation of content model X-Git-Tag: archiva-1.4-M1~1017^2~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=685419f0824f9f788513d3f3c3b89eac58118fe6;p=archiva.git [MRM-1282] update documentation of content model git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900604 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/metadata/content-model.txt b/archiva-modules/metadata/content-model.txt index 2273e77b3..4d6565816 100644 --- a/archiva-modules/metadata/content-model.txt +++ b/archiva-modules/metadata/content-model.txt @@ -94,56 +94,49 @@ The following is the intended content model for the metadata content repository: | |-- maven:groupId= | |-- maven:plugins.compiler.artifactId= | `-- maven:plugins.compiler.name= - |-- references/ - | `-- org/ - | `-- apache/ - | `-- archiva/ - | |-- parent/ - | | `-- 1/ - | | `-- references/ - | | `-- org/ - | | `-- apache/ - | | `-- archiva/ - | | |-- platform/ - | | | `-- scanner/ - | | | `-- 1.0-SNAPSHOT/ - | | | `-- referenceType=parent - | | `-- web/ - | | `-- webapp/ - | | `-- 1.0-SNAPSHOT/ - | | `-- referenceType=parent - | `-- platform/ - | `-- scanner/ - | `-- 1.0-SNAPSHOT/ - | `-- references/ - | `-- org/ - | `-- apache/ - | `-- archiva/ - | `-- web/ - | `-- webapp/ - | `-- 1.0-SNAPSHOT/ - | `-- referenceType=dependency - `-- stats/ - `-- 2009/ - `-- 12/ - |-- 02/ - | `-- 234700.000/ - | |-- scanEndTime= - | |-- scanStartTime= - | |-- totalArtifactCount= - | |-- totalArtifactFileSize= - | |-- totalFileCount= - | |-- totalGroupCount= - | `-- totalProjectCount= - `-- 03/ - `-- 090000.000/ - |-- scanEndTime= - |-- scanStartTime= - |-- totalArtifactCount= - |-- totalArtifactFileSize= - |-- totalFileCount= - |-- totalGroupCount= - `-- totalProjectCount= + |-- facets/ + | |-- org.apache.archiva.metadata.repository.stats/ + | | `-- 2009/ + | | `-- 12/ + | | `-- 03/ + | | `-- 090000.000/ + | | |-- scanEndTime= + | | |-- scanStartTime= + | | |-- totalArtifactCount= + | | |-- totalArtifactFileSize= + | | |-- totalFileCount= + | | |-- totalGroupCount= + | | `-- totalProjectCount= + | `-- org.apache.archiva.reports/ + `-- references/ + `-- org/ + `-- apache/ + `-- archiva/ + |-- parent/ + | `-- 1/ + | `-- references/ + | `-- org/ + | `-- apache/ + | `-- archiva/ + | |-- platform/ + | | `-- scanner/ + | | `-- 1.0-SNAPSHOT/ + | | `-- referenceType=parent + | `-- web/ + | `-- webapp/ + | `-- 1.0-SNAPSHOT/ + | `-- referenceType=parent + `-- platform/ + `-- scanner/ + `-- 1.0-SNAPSHOT/ + `-- references/ + `-- org/ + `-- apache/ + `-- archiva/ + `-- web/ + `-- webapp/ + `-- 1.0-SNAPSHOT/ + `-- referenceType=dependency (To update - run "tree --dirsfirst -F" on the unpacked content-model.zip from the sandbox)