diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:26:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 11:26:41 +0000 |
commit | 63d5e2d406c65934a8d3290c62e2a8594b57f013 (patch) | |
tree | 4be86a43da09b8bb74fce143a631c448552a7e73 /sca-java-2.x/trunk/modules | |
parent | f1eebd4be8f5e26a31d14640059f21fa07a4a609 (diff) |
Remove old surefire config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml index c5c7e3740f..2c7829dda8 100644 --- a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml @@ -151,24 +151,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> |