diff options
author | Brett Porter <brett@apache.org> | 2006-09-05 04:08:15 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-05 04:08:15 +0000 |
commit | c0e84cdce77eeae82e6d3c8cb5bf692703c7a37d (patch) | |
tree | d9f0e21d8c41be620a1a76884bb33d3c4a65f4f5 /archiva-configuration/src | |
parent | d875b6a478b02ab43ca4c0ce810073f6a3c8d18f (diff) | |
download | archiva-c0e84cdce77eeae82e6d3c8cb5bf692703c7a37d.tar.gz archiva-c0e84cdce77eeae82e6d3c8cb5bf692703c7a37d.zip |
[MRM-161] add the reporter scheduled task
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-configuration/src')
-rw-r--r-- | archiva-configuration/src/main/mdo/configuration.mdo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-configuration/src/main/mdo/configuration.mdo b/archiva-configuration/src/main/mdo/configuration.mdo index 87572e448..17d9ddfc2 100644 --- a/archiva-configuration/src/main/mdo/configuration.mdo +++ b/archiva-configuration/src/main/mdo/configuration.mdo @@ -73,11 +73,11 @@ <defaultValue>0 0 * * * ?</defaultValue> </field> <field> - <name>converterCronExpression</name> + <name>reporterCronExpression</name> <version>1.0.0</version> <type>String</type> - <description>When to run the converter mechanism. Default is every 4 hours, on the half hour.</description> - <defaultValue>0 30 0/4 * * ?</defaultValue> + <description>When to run the indexing mechanism. Default is every hour on the half hour.</description> + <defaultValue>0 30 * * * ?</defaultValue> </field> <field> <name>globalBlackListPatterns</name> |