summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox
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/node-launcher-equinox
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/node-launcher-equinox')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
index 3b7b5dadfb..397bd4ccac 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
@@ -120,21 +120,6 @@
</archive>
</configuration>
</plugin>
- <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>