diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 10:36:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 10:36:17 +0000 |
commit | 8ce84a1487961c171166bb9f91a5649e9c4b0133 (patch) | |
tree | 6cc2b1ba248ff034af9c883a790539384df5a636 /sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml | |
parent | c7080be72803354f31431abdffafec0120dde69f (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-ws-runtime-axis2/pom.xml')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml index 94af992fb8..833491cedc 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml @@ -433,24 +433,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> |