From 9b4e61dee76a9e4108b820dc27cddb8286d1ba1c Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 14 Nov 2011 05:01:18 +0000 Subject: [PATCH] alter again to store cache files in a different directory git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1201601 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/archetype-resources/pom.xml | 3 ++- .../src/test/resources/spring-context.xml | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml index 08c3752ed..9ce039c2f 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml @@ -148,10 +148,11 @@ ${project.build.directory}/appserver-base - ${basedir}/target/archiva.xml + ${project.build.directory}/archiva.xml ${project.build.testOutputDirectory} jdbc:derby:memory:users-test;create=true org.apache.derby.jdbc.EmbeddedDriver + ${project.build.directory}/temp diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/spring-context.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/spring-context.xml index 57b2c54c2..e042a41fd 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/spring-context.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/spring-context.xml @@ -29,21 +29,6 @@ - - - - - - - - ]]> - - - - -- 2.39.5