summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml
index f5e272e022..ddafa5f95d 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/nodes/one-jvm/pom.xml
@@ -51,22 +51,5 @@
</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>