[jbossws-commits] JBossWS SVN: r14427 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed May 25 05:46:26 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-05-25 05:46:26 -0400 (Wed, 25 May 2011)
New Revision: 14427

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2941] Exclusions for AS 6.x too


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-25 08:27:30 UTC (rev 14426)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-25 09:46:26 UTC (rev 14427)
@@ -647,6 +647,21 @@
             <configuration>
               <compilerArgument>-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</compilerArgument>
             </configuration>
+            <executions>
+              <execution>
+                <id>default-testCompile</id>
+                <phase>test-compile</phase>
+                <configuration>
+                  <testExcludes>
+                    <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
+                    <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
+                  </testExcludes>
+                </configuration>
+                <goals>
+                  <goal>testCompile</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -787,6 +802,21 @@
             <configuration>
               <compilerArgument>-Djava.endorsed.dirs=${jboss601.home}/lib/endorsed</compilerArgument>
             </configuration>
+            <executions>
+              <execution>
+                <id>default-testCompile</id>
+                <phase>test-compile</phase>
+                <configuration>
+                  <testExcludes>
+                    <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
+                    <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
+                  </testExcludes>
+                </configuration>
+                <goals>
+                  <goal>testCompile</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>



More information about the jbossws-commits mailing list