diff options
author | Arnaud Heritier <aheritier@apache.org> | 2008-01-03 18:17:53 +0000 |
---|---|---|
committer | Arnaud Heritier <aheritier@apache.org> | 2008-01-03 18:17:53 +0000 |
commit | 08d2b8b0c9f41f1e4fd11fd53b23ad5041497933 (patch) | |
tree | 7e9d80404d1884629a30d675f14dafd277992a98 /archiva-docs/src | |
parent | 3782180f0f71206546451ba6c96a08e2ae813edd (diff) | |
download | archiva-08d2b8b0c9f41f1e4fd11fd53b23ad5041497933.tar.gz archiva-08d2b8b0c9f41f1e4fd11fd53b23ad5041497933.zip |
Add link to quartz cron expression syntax
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@608583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/repositories.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt index 91016ad66..69fa6a44f 100644 --- a/archiva-docs/src/site/apt/adminguide/repositories.apt +++ b/archiva-docs/src/site/apt/adminguide/repositories.apt @@ -48,7 +48,7 @@ Understanding Repository Configuration of Apache Archiva * <type> - the repository layout (maven 2 or maven 1) - * <cron> - the cron schedule when repository scanning will be executed. + * <cron> - the {{{http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html}cron schedule}} when repository scanning will be executed. * <repository purge by days older> - the first option for repository purge. Archiva will check how old the artifact is and if it is older than the set number of days in this field, then the artifact will be deleted respecting the retention |