Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 07:38:43 -0400 (Tue, 06 May 2008)
New Revision: 6901
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Fix hudson profile
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-06 11:38:39 UTC (rev 6900)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-06 11:38:43 UTC (rev 6901)
@@ -146,6 +146,24 @@
<profiles>
<!--
+ Name: hudson
+ Descr: Ignore test failures on hudson
+ -->
+ <profile>
+ <id>hudson</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testFailureIgnore>true</testFailureIgnore>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: jboss422
Descr: JBoss-4.2.2 specific options
-->
Show replies by date