diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:28:36 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:28:36 +0000 |
commit | 47761620c234b4e3c6b2f014fb1483b79d7eeff3 (patch) | |
tree | a15d766d945f92a63b62d6173f8cdc2e4be80324 /sca-java-2.x/trunk/itest/nodes/two-nodes-test | |
parent | dfc1048b52e68266e68ac4862b61ba8f8ad237dc (diff) |
Remove old surefire configs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-test')
-rw-r--r-- | sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml index 18708f0523..091f5cbb9e 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/pom.xml @@ -56,24 +56,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> |