Author: antelder
Date: Sun Mar 7 22:36:04 2010
New Revision: 920139
URL: http://svn.apache.org/viewvc?rev=920139&view=rev
Log:
Add excludes for failing tests
Modified:
tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=920139&r1=920138&r2=920139&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Sun Mar 7
22:36:04 2010
@@ -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>