diff options
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> |