summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 10:36:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 10:36:17 +0000
commit8ce84a1487961c171166bb9f91a5649e9c4b0133 (patch)
tree6cc2b1ba248ff034af9c883a790539384df5a636 /sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime
parentc7080be72803354f31431abdffafec0120dde69f (diff)
Remove extra surefire config to try to fix the tests not running issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml
index 30c8f84912..9c28005bfd 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml
@@ -151,24 +151,4 @@
</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>