From 86db5311d45b14c134307b9c8ee81d9d0e14f30e Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Thu, 8 Jun 2006 07:15:34 +0000 Subject: [MRM-46] introduce modello configuration, change indexer API to use a File for the index path, introduce a core module for moving the main application logic to git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@412683 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/mdo/configuration.mdo | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 maven-repository-configuration/src/main/mdo/configuration.mdo (limited to 'maven-repository-configuration/src') diff --git a/maven-repository-configuration/src/main/mdo/configuration.mdo b/maven-repository-configuration/src/main/mdo/configuration.mdo new file mode 100644 index 000000000..37b2175c5 --- /dev/null +++ b/maven-repository-configuration/src/main/mdo/configuration.mdo @@ -0,0 +1,82 @@ + + configuration + Configuration + + Configuration for the Maven Repository Manager. + + + + package + org.apache.maven.repository.configuration + + + + + + Configuration + 1.0.0 + + + repositoryDirectory + 1.0.0 + String + true + + The location of the repository to monitor. + + + + repositoryLayout + 1.0.0 + String + true + + The layout of the repository. Valid values are "default" and "legacy". + + + default + + + indexPath + 1.0.0 + String + + The location of the Lucene index to use for the repository. The default is the .index subdirectory of + the repository. + + + + minimalIndexPath + 1.0.0 + String + + The location of the reduced Lucene index to use for the repository. The default is the .small-index + subdirectory of the repository. + + + + discoveryCronExpression + 1.0.0 + String + When to run the discovery mechanism. + 0 0 8 * * ? + + + discoverSnapshots + 1.0.0 + boolean + Whether to include snapshot versions in the discovery process + false + + + discoveryBlackListPatterns + 1.0.0 + String + Blacklisted patterns in the discovery process + + + + + + + -- cgit v1.2.3