From 24af77fa96296a8af65b97ebcfdd0b0cd8852dff Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 14 Dec 2011 12:45:11 +0000 Subject: [PATCH] fix archetype it test failure due to spring 3.1.0 upgrade git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214218 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/archetype-resources/pom.xml | 44 +++++++++++++++++++ .../test/resources/projects/compile/goal.txt | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) 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 cc7266909..b06e8451c 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 @@ -83,6 +83,50 @@ + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-beans + ${spring.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-expression + ${spring.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-test + ${spring.version} + + + commons-logging + commons-logging + + + org.codehaus.redback redback-common-test-resources diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/resources/projects/compile/goal.txt b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/resources/projects/compile/goal.txt index d59d337a7..bcb5b4629 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/resources/projects/compile/goal.txt +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/resources/projects/compile/goal.txt @@ -1 +1 @@ -clean verify \ No newline at end of file +clean,verify,-Dsurefire.useFile=false \ No newline at end of file -- 2.39.5