summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-07 22:36:04 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-07 22:36:04 +0000
commit769da7d99e80050fd96064e97e47e9f77ae4998c (patch)
treee1dc6cfade76cbc1989e632b247b25827ee5be84 /sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
parent452e5f96c5331a3cc91cea6e5c5b26f8b9278644 (diff)
Add excludes for failing tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
index 21b3a42d0f..a3b5c1fa91 100644
--- a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
@@ -70,7 +70,18 @@
<build>
<finalName>${artifactId}</finalName>
<plugins>
-
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/JCA_8005_TestCase.java</exclude><!-- see TUSCANY-3482 -->
+ <exclude>**/JCA_8007_TestCase.java</exclude><!-- see TUSCANY-3482 -->
+ </excludes>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>