This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c981ec  Modifying doc for repositories
9c981ec is described below

commit 9c981ecf2523d3ba5e7fd6fe1f2e8b103ddc54f9
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Oct 20 10:42:14 2018 +0200

    Modifying doc for repositories
---
 .../src/site/apt/adminguide/repositories.apt       |  13 ++++---------
 .../site/resources/images/managed-repositories.png | Bin 68614 -> 122017 bytes
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt 
b/archiva-docs/src/site/apt/adminguide/repositories.apt
index 7ec7753..27296d6 100644
--- a/archiva-docs/src/site/apt/adminguide/repositories.apt
+++ b/archiva-docs/src/site/apt/adminguide/repositories.apt
@@ -95,6 +95,7 @@ Understanding Repository Configuration of Apache Archiva
 |<< Skip Packed Index Creation>> | Avoid creation of compressed index for IDE 
usage.
 
*----------------------+----------------------------------------------------------------------------------+
 
+
   []
 
 [../images/managed-repositories.png] Managed Repositories
@@ -181,21 +182,13 @@ http://[URL TO ARCHIVA]/repository/[REPOSITORY ID] (e.g. 
http://localhost:8080/r
 
 ** Maven Index from Remote repositories
 
-  <<Since 1.4-M4>>:
   If you have configured download remote index, those files (Maven Indexer 
project format) will be available in the path
   http://[URL TO ARCHIVA]/repository/id/.index (you can consume those files 
for IDE)
 
 * Scanning a Repository
 
   Repository scan can be executed on schedule or it can be explicitly executed
-  by clicking the 'Scan Repository Now' button in the repositories page. By
-  default, Archiva only processes new artifacts in the repository with respect
-  to the last run of the repository scanner. Meaning that if the artifact's 
last
-  modified date is newer than the last repository scan, then the artifact will
-  be processed. Otherwise, it will be skipped. You can override this behavior
-  and force Archiva to process all artifacts regardless of its age by ticking
-  the 'Process All Artifacts' checkbox in the repositories page and clicking 
the
-  'Scan Repository Now' button.
+  by clicking the 'Action'->'Directories Scanning' button in the repositories 
page.
 
 [../images/repositories.png] Repositories
 
@@ -215,6 +208,8 @@ http://[URL TO ARCHIVA]/repository/[REPOSITORY ID] (e.g. 
http://localhost:8080/r
   days old and by retention count, it would clean up the repository by removing
   old snapshots.
 
+  To activate repository purge you have to enable the "repository-purge" 
consumer in the "Repository Scanning" page.
+
   Please take note that the by number of days old criteria is activated by
   default (set to 100 days). In order to de-activate it and use the by 
retention
   count criteria, you must set the Repository Purge By Days Older field to 0.
diff --git a/archiva-docs/src/site/resources/images/managed-repositories.png 
b/archiva-docs/src/site/resources/images/managed-repositories.png
index aa65cd2..3f3aaeb 100644
Binary files a/archiva-docs/src/site/resources/images/managed-repositories.png 
and b/archiva-docs/src/site/resources/images/managed-repositories.png differ

Reply via email to