1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 ~ Licensed to the Apache Software Foundation (ASF) under one
4 ~ or more contributor license agreements. See the NOTICE file
5 ~ distributed with this work for additional information
6 ~ regarding copyright ownership. The ASF licenses this file
7 ~ to you under the Apache License, Version 2.0 (the
8 ~ "License"); you may not use this file except in compliance
9 ~ with the License. You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing,
14 ~ software distributed under the License is distributed on an
15 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ~ KIND, either express or implied. See the License for the
17 ~ specific language governing permissions and limitations
27 <role>org.codehaus.plexus.logging.LoggerManager</role>
28 <implementation>org.codehaus.plexus.logging.slf4j.Slf4jLoggerManager</implementation>
29 <lifecycle-handler>basic</lifecycle-handler>
36 <role>org.apache.maven.archiva.configuration.ArchivaConfiguration</role>
37 <implementation>org.apache.maven.archiva.configuration.DefaultArchivaConfiguration</implementation>
40 <role>org.codehaus.plexus.registry.Registry</role>
41 <role-hint>configured</role-hint>
46 <role>org.codehaus.plexus.registry.Registry</role>
47 <role-hint>configured</role-hint>
48 <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
52 <xml fileName="${appserver.base}/conf/archiva.xml"
53 config-name="org.apache.maven.archiva.base" config-at="org.apache.maven.archiva"/>
59 <role>org.codehaus.plexus.webdav.DavServerManager</role>
60 <role-hint>default</role-hint>
61 <implementation>org.codehaus.plexus.webdav.DefaultDavServerManager</implementation>
62 <description>DefaultDavServerManager</description>
64 <provider-hint>proxied</provider-hint>
69 <role>org.codehaus.plexus.cache.Cache</role>
70 <role-hint>url-failures-cache</role-hint>
71 <implementation>org.codehaus.plexus.cache.ehcache.EhcacheCache</implementation>
72 <description>URL Failure Cache</description>
74 <disk-expiry-thread-interval-seconds>600</disk-expiry-thread-interval-seconds>
75 <disk-persistent>false</disk-persistent> <!--disabling disk persistence for unit testing. -->
76 <disk-store-path>${java.io.tmpdir}/archiva/urlcache</disk-store-path>
77 <eternal>false</eternal>
78 <max-elements-in-memory>1000</max-elements-in-memory>
79 <memory-eviction-policy>LRU</memory-eviction-policy>
80 <name>url-failures-cache</name>
81 <overflow-to-disk>false</overflow-to-disk>
82 <!-- 45 minutes = 2700 seconds -->
83 <time-to-idle-seconds>2700</time-to-idle-seconds>
84 <!-- 30 minutes = 1800 seconds -->
85 <time-to-live-seconds>1800</time-to-live-seconds>
90 <!-- Don't drag in the world just to test this -->
92 <role>org.apache.maven.archiva.repository.scanner.RepositoryContentConsumers</role>
93 <role-hint>default</role-hint>
94 <implementation>org.apache.maven.archiva.web.repository.StubRepositoryContentConsumers</implementation>
98 <role>org.codehaus.plexus.redback.system.SecuritySystem</role>
99 <role-hint>default</role-hint>
100 <implementation>org.apache.maven.archiva.web.repository.BypassSecuritySystem</implementation>