summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 11:25:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 11:25:57 +0000
commit3a1e552c407d7a3f995f25c2418e4b60c027138a (patch)
tree7591c802501a2bdf37b708b36a56bb06882a85b3 /sca-java-2.x
parentf0c88a742e90b0670027c2323ea148c90a89e78b (diff)
Remove old surefire config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
index 9a02adf6e2..b1f93ab0e3 100644
--- a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
@@ -91,23 +91,4 @@
</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>