]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1282] update documentation of content model
authorBrett Porter <brett@apache.org>
Mon, 18 Jan 2010 23:20:59 +0000 (23:20 +0000)
committerBrett Porter <brett@apache.org>
Mon, 18 Jan 2010 23:20:59 +0000 (23:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900604 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/metadata/content-model.txt

index 2273e77b365b0bb414eeca1f4c742d940ea8f58e..4d6565816c32fef717ff465a108a465aaf25c1c0 100644 (file)
@@ -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)