summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
index c39fea6b2e..77af4ad49d 100644
--- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
@@ -70,6 +70,18 @@
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POJO_8002_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ </excludes>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>