diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-06 13:43:07 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-06 13:43:07 +0000 |
commit | a6a448659f7439a41b5251c71d2faadf90f51857 (patch) | |
tree | c70cad97aa1290be0810ebef72c78962e664aee1 /archiva-docs/src/site/apt/adminguide/consumers.apt | |
parent | d2d067a343fae191ff5e4bdeb1d511449e0e7f3a (diff) | |
download | archiva-a6a448659f7439a41b5251c71d2faadf90f51857.tar.gz archiva-a6a448659f7439a41b5251c71d2faadf90f51857.zip |
fix list of consumers
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/consumers.apt')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/consumers.apt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/consumers.apt b/archiva-docs/src/site/apt/adminguide/consumers.apt index 9c71a78e9..2846296a3 100644 --- a/archiva-docs/src/site/apt/adminguide/consumers.apt +++ b/archiva-docs/src/site/apt/adminguide/consumers.apt @@ -4,7 +4,7 @@ Maria Odea Ching Olivier Lamy ------ - 2011-09-29 + 2011-10-06 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -29,8 +29,8 @@ Understanding Consumers in Apache Archiva - Archiva makes use of the concept of consumers. Consumers are components which consumes or processes an artifact. There are 2 types - of consumers in Archiva: repository content consumers and database consumers. + Archiva makes use of the concept of consumers. Consumers are components which consumes or processes an artifact. There is on type + of consumers in Archiva: repository content consumers. * Repository Content Consumers @@ -49,8 +49,10 @@ Understanding Consumers in Apache Archiva * <metadata-updater> - Updates artifact metadata files depending on the content of the repository. * <repository-purge> - Removes old snapshots from the repository either by the number of days old or by the retention count. - - * <update-db-artifact> - Adds the artifact (in the form of ArchivaArtifact) to the database. - - * <validate-checksums> - Validates the checksum files of the artifact. + + * <validate-checksums> - Validates the checksum files of the artifact. + + * <create-archiva-metadata> - Take an artifact off of disk and put it into the metadata repository. + + * <duplicate-artifacts> - Search the artifact repository of known SHA1 Checksums for potential duplicate artifacts. |