mirror of https://github.com/apache/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
This commit is contained in:
parent
1f180c0a27
commit
685419f082
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue