You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/08/31 07:54:58 UTC

svn commit: r991086 - /shindig/trunk/pom.xml

Author: lindner
Date: Tue Aug 31 05:54:57 2010
New Revision: 991086

URL: http://svn.apache.org/viewvc?rev=991086&view=rev
Log:
multithreaded testing.. woo!

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=991086&r1=991085&r2=991086&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue Aug 31 05:54:57 2010
@@ -742,6 +742,9 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
             <version>2.5</version>
+            <configuration>
+              <parallel>classes</parallel>
+            </configuration>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>