mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 01:15:08 +00:00
Changing path for url cache
This commit is contained in:
parent
aa9f78d813
commit
8b16d7b24a
@ -138,6 +138,16 @@
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<basedir>${basedir}</basedir>
|
||||
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
@ -39,7 +39,7 @@
|
||||
destroy-method="dispose">
|
||||
<property name="diskExpiryThreadIntervalSeconds" value="600"/>
|
||||
<property name="diskPersistent" value="true"/>
|
||||
<property name="diskStorePath" value="${java.io.tmpdir}/archiva/urlcache"/>
|
||||
<property name="diskStorePath" value="${appserver.base}/tmp/urlcache"/>
|
||||
<property name="maxElementsInMemory" value="1000"/>
|
||||
<property name="memoryEvictionPolicy" value="LRU"/>
|
||||
<property name="name" value="url-failures-cache"/>
|
||||
|
@ -71,7 +71,7 @@
|
||||
destroy-method="dispose">
|
||||
<property name="diskExpiryThreadIntervalSeconds" value="600"/>
|
||||
<property name="diskPersistent" value="false"/>
|
||||
<property name="diskStorePath" value="${java.io.tmpdir}/archiva/urlcache"/>
|
||||
<property name="diskStorePath" value="${appserver.base}/tmp/urlcache"/>
|
||||
<property name="maxElementsInMemory" value="1000"/>
|
||||
<property name="memoryEvictionPolicy" value="LRU"/>
|
||||
<property name="name" value="url-failures-cache"/>
|
||||
|
@ -88,6 +88,16 @@
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<basedir>${basedir}</basedir>
|
||||
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
@ -171,6 +171,7 @@
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
|
||||
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -147,7 +147,7 @@
|
||||
destroy-method="dispose">
|
||||
<property name="diskExpiryThreadIntervalSeconds" value="600"/>
|
||||
<property name="diskPersistent" value="true"/>
|
||||
<property name="diskStorePath" value="${java.io.tmpdir}/archiva/urlcache"/>
|
||||
<property name="diskStorePath" value="${appserver.base}/tmp/urlcache"/>
|
||||
<property name="maxElementsInMemory" value="1000"/>
|
||||
<property name="memoryEvictionPolicy" value="LRU"/>
|
||||
<property name="name" value="url-failures-cache"/>
|
||||
|
@ -123,6 +123,16 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<basedir>${basedir}</basedir>
|
||||
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user