From 5cba2ae53e22f65899d443c5c047799c7fbb71fd Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 8 Jun 2011 17:04:39 +0000 Subject: [PATCH] oups too much deleted files git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133469 13f79535-47bb-0310-9956-ffa450edef68 --- .../configuration/test-default-archiva.xml | 176 ++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100755 archiva-modules/archiva-base/archiva-configuration/src/test/resources/org/apache/maven/archiva/configuration/test-default-archiva.xml diff --git a/archiva-modules/archiva-base/archiva-configuration/src/test/resources/org/apache/maven/archiva/configuration/test-default-archiva.xml b/archiva-modules/archiva-base/archiva-configuration/src/test/resources/org/apache/maven/archiva/configuration/test-default-archiva.xml new file mode 100755 index 000000000..6f44eb4af --- /dev/null +++ b/archiva-modules/archiva-base/archiva-configuration/src/test/resources/org/apache/maven/archiva/configuration/test-default-archiva.xml @@ -0,0 +1,176 @@ + + 2 + + + internal + Archiva Managed Internal Repository + ${appserver.base}/target/test-classes/existing_internal + default + true + false + true + 0 0 * * * ? + 30 + + + snapshots + Archiva Managed Snapshot Repository + ${appserver.base}/target/test-classes/existing_snapshots + default + false + true + true + 0 0\,30 * * * ? + 30 + + + + + central + Central Repository + http://repo1.maven.org/maven2 + default + + + maven2-repository.dev.java.net + Java.net Repository for Maven 2 + http://download.java.net/maven/2/ + default + + + + + + internal + central + + + disabled + once + fix + cached + + + **/* + + + + internal + maven2-repository.dev.java.net + + + disabled + once + fix + cached + + + javax/** + org/jvnet/** + com/sun/** + + + + + + + jaxen/jars/jaxen-1.0-FCS-full.jar + jaxen:jaxen:1.0-FCS:full:jar + + + + + + + artifacts + + **/*.pom + **/*.jar + **/*.ear + **/*.war + **/*.car + **/*.sar + **/*.mar + **/*.rar + **/*.dtd + **/*.tld + **/*.tar.gz + **/*.tar.bz2 + **/*.zip + + + + indexable-content + + **/*.txt + **/*.TXT + **/*.block + **/*.config + **/*.pom + **/*.xml + **/*.xsd + **/*.dtd + **/*.tld + + + + auto-remove + + **/*.bak + **/*~ + **/*- + + + + ignored + + **/.htaccess + **/KEYS + **/*.rb + **/*.sh + **/.svn/** + **/.DAV/** + + + + + update-db-artifact + create-missing-checksums + update-db-repository-metadata + validate-checksum + validate-signature + index-content + auto-remove + auto-rename + metadata-updater + + + + update-db-bad-content + + + + + 0 0 * * * ? + + index-artifact + update-db-project + validate-repository-metadata + index-archive-toc + update-db-bytecode-stats + index-public-methods + + + not-present-remove-db-artifact + not-present-remove-db-project + not-present-remove-indexed + + + + + + true + true + + + -- 2.39.5