Author: antelder
Date: Mon Jan 25 09:59:52 2010
New Revision: 902760

URL: http://svn.apache.org/viewvc?rev=902760&view=rev
Log:
Use the single threaded test runner

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml?rev=902760&r1=902759&r2=902760&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml Mon Jan 25 09:59:52 
2010
@@ -50,4 +50,23 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
+    <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.5</version>
+                    <configuration>
+                        <includes>
+                            <include>**/*TestCase.java</include>
+                        </includes>
+                        <reportFormat>brief</reportFormat>
+                        <useFile>false</useFile>
+                        <forkMode>once</forkMode>
+                        <argLine>-ea -Xmx256m</argLine>
+                        <parallel>off</parallel>
+                    </configuration>
+                </plugin>
+            </plugins>
+    </build>
 </project>


Reply via email to