Author: antelder
Date: Wed Jan 20 12:34:49 2010
New Revision: 901166

URL: http://svn.apache.org/viewvc?rev=901166&view=rev
Log:
Disable parallel test running

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml?rev=901166&r1=901165&r2=901166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml Wed Jan 20 
12:34:49 2010
@@ -55,4 +55,25 @@
             <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