From 35e055a368ef400bf9f71b299d4b352ad4604a5f 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2198 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 3060ae993f8..333233bcef7 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 + + + **/* + + +