diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:27:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:27:57 +0000 |
commit | dfc1048b52e68266e68ac4862b61ba8f8ad237dc (patch) | |
tree | 617aec3a00bc6e15fb9202c87f662ed6d63b91c4 | |
parent | 27297e15c2d4dd5e463a867324c3e15c5e9675cb (diff) |
Remove old surefire config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/itest/ws/endpoints/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/endpoints/pom.xml b/sca-java-2.x/trunk/itest/ws/endpoints/pom.xml index 29e7f5df5b..84da8f9ab6 100644 --- a/sca-java-2.x/trunk/itest/ws/endpoints/pom.xml +++ b/sca-java-2.x/trunk/itest/ws/endpoints/pom.xml @@ -43,22 +43,5 @@ <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> |