summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml
index d3943c44aa..fa9315a87f 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/two-nodes-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/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>