From f23921153d59f8fc88d454b4fa3ed06d747cc028 Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 27 Oct 2009 15:23:13 +0000 Subject: [PATCH] Add resource pattern so that tests run properly with resources in non-standard locations --- org.springframework.context/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index 3060ae993f..333233bcef 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -235,5 +235,24 @@ + + + ${project.basedir}/src/test/java + + + **/* + + + **/*.java + + + + ${project.basedir}/src/test/resources + + + **/* + + +