summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/modules')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-http-runtime/pom.xml17
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml20
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-ws-runtime-axis2/pom.xml20
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml15
4 files changed, 0 insertions, 72 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-http-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-http-runtime/pom.xml
index 09f4c8213d..40351c3714 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-http-runtime/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-http-runtime/pom.xml
@@ -92,22 +92,5 @@
</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>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml
index 30c8f84912..9c28005bfd 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-jsonrpc-runtime/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/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>
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>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
index 3b7b5dadfb..397bd4ccac 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/node-launcher-equinox/pom.xml
@@ -120,21 +120,6 @@
</archive>
</configuration>
</plugin>
- <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>