summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:36:48 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:36:48 +0000
commit7d66ad16967e2cf721746109e6466ed71e4ed5fd (patch)
tree5593fdd2d46619800f8d2fe260cce679b2fcb51a /sca-java-2.x/trunk
parentb27138c89a4b587c4e649bab75ff0e4ce205135e (diff)
Disable parallel test running for this itest as it doesn't work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/itest/jms/selectors/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/selectors/pom.xml b/sca-java-2.x/trunk/itest/jms/selectors/pom.xml
index c3dd5edee8..a5d435da59 100644
--- a/sca-java-2.x/trunk/itest/jms/selectors/pom.xml
+++ b/sca-java-2.x/trunk/itest/jms/selectors/pom.xml
@@ -66,5 +66,22 @@
<build>
<finalName>${artifactId}</finalName>
+ <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>