]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1182] add how delete released snapshots work in documentation
authorMaria Odea B. Ching <oching@apache.org>
Tue, 28 Jul 2009 10:37:37 +0000 (10:37 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 28 Jul 2009 10:37:37 +0000 (10:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798480 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/repositories.apt

index e7d97bc74cddc3778e6c26d19eea271d989cf11f..7a754652f73c517e9fbabf9a3d838f39d79a74d7 100644 (file)
@@ -136,7 +136,7 @@ Artifacts in the repository:
 ../artifact-x/2.0-SNAPSHOT/artifact-x-20070203.028902-4.pom
 +----+
   
-  [[1]] Repository Purge By Days Older
+  [[1]] Repository Purge By Number of Days Older
   
   Using this criteria for the purge, Archiva will check how old an artifact is and if it is older than the set value in the
   repository purge by days older field, then the artifact will be deleted respecting the retention count of course.
@@ -169,6 +169,18 @@ Artifacts in the repository:
   in the repository. The oldest snapshots will be deleted maintaining only a number of snapshots equivalent to the set 
   retention count (regardless of how old or new the artifact is).
 
+** Deleting Released Snapshots
+
+  You can also configure Archiva to clean up snapshot artifacts that have already been released. This can be done by ticking
+  the Delete Released Snapshots checkbox in the Repository Configuration form.
+
+  Once this feature is enabled, if Archiva encounters a snapshot artifact during repository scanning, it would check <<all>> the
+  repositories configured for a released version of that snapshot. If it finds one, then it would delete the entire
+  snapshot version directory.
+   
+  It should be noted that this feature is entirely separate from the repository purge by number of days older and by
+  retention count.
+
 * Scanning a Database
 
   Another scanning process also occurs in Archiva, the database scanning. Same as with repository scanning,