Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 07:38:39 -0400 (Tue, 06 May 2008)
New Revision: 6900
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
Fix hudson profile
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-06 11:11:18 UTC (rev 6899)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-06 11:38:39 UTC (rev 6900)
@@ -144,6 +144,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
-->
@@ -293,29 +311,6 @@
<jboss.bind.address>localhost</jboss.bind.address>
</properties>
</profile>
-
- <!--
- Name: test-failure-ignore
- Descr: Ignore test failures on hudson
- -->
- <profile>
- <id>test-failure-ignore</id>
- <activation>
- <property>
- <name>hudson</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <testFailureIgnore>true</testFailureIgnore>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
Show replies by date