You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/09/08 09:13:08 UTC

svn commit: r573791 - /commons/sandbox/performance/trunk/pom.xml

Author: psteitz
Date: Sat Sep  8 00:13:08 2007
New Revision: 573791

URL: http://svn.apache.org/viewvc?rev=573791&view=rev
Log:
Added test resources (missed in r573782), changed to released version on commons-sandbox-parent

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=573791&r1=573790&r2=573791&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sat Sep  8 00:13:08 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
 	<artifactId>commons-sandbox-parent</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>2</version>
   </parent>
 
   <artifactId>performance</artifactId>
@@ -89,6 +89,15 @@
           </includes>
       </resource>
     </resources>
+    <testResources>
+      <testResource>
+        <directory>src/test</directory>
+        <filtering>false</filtering>
+        <includes>
+          <include>**/*.xml</include>
+        </includes>
+      </testResource>
+    </testResources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>