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 2009/03/01 13:43:21 UTC

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

Author: psteitz
Date: Sun Mar  1 12:43:20 2009
New Revision: 749016

URL: http://svn.apache.org/viewvc?rev=749016&view=rev
Log:
Configured surefire plugin.

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=749016&r1=749015&r2=749016&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sun Mar  1 12:43:20 2009
@@ -108,6 +108,14 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3</version>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/*AbstractTest.java</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>