Author: simonetripodi
Date: Sat Oct 15 21:18:00 2011
New Revision: 1183718

URL: http://svn.apache.org/viewvc?rev=1183718&view=rev
Log:
configured the test resources dir

Modified:
    commons/proper/functor/trunk/pom.xml

Modified: commons/proper/functor/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183718&r1=1183717&r2=1183718&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sat Oct 15 21:18:00 2011
@@ -108,6 +108,12 @@
   </properties>
 
   <build>
+    <testResources>
+      <testResource>
+        <directory>${basedir}/src/test/resources</directory>
+      </testResource>
+    </testResources>
+
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


Reply via email to