You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 22:54:44 UTC

svn commit: r814427 - /incubator/photark/trunk/pom.xml

Author: lresende
Date: Sun Sep 13 22:54:44 2009
New Revision: 814427

URL: http://svn.apache.org/viewvc?rev=814427&view=rev
Log:
Adding test resource configuration

Modified:
    incubator/photark/trunk/pom.xml

Modified: incubator/photark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/pom.xml?rev=814427&r1=814426&r2=814427&view=diff
==============================================================================
--- incubator/photark/trunk/pom.xml (original)
+++ incubator/photark/trunk/pom.xml Sun Sep 13 22:54:44 2009
@@ -222,7 +222,14 @@
             </resource>
         </resources>
         
-
+        <testResources>
+            <testResource>
+                <directory>src/test/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </testResource>
+        </testResources>
 
         <pluginManagement>
             <plugins>