configured the test resources dir

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/functor/trunk@1183718 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d2fe75d..f9a6c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,12 @@
   </properties>
 
   <build>
+    <testResources>
+      <testResource>
+        <directory>${basedir}/src/test/resources</directory>
+      </testResource>
+    </testResources>
+
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>