[jboss-cvs] JBossAS SVN: r78269 - in projects/jboss-deployers/trunk: deployers-vfs and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 9 13:41:03 EDT 2008
Author: adrian at jboss.org
Date: 2008-09-09 13:41:03 -0400 (Tue, 09 Sep 2008)
New Revision: 78269
Modified:
projects/jboss-deployers/trunk/deployers-impl/pom.xml
projects/jboss-deployers/trunk/deployers-vfs/pom.xml
Log:
[JBDEPLOY-90] - Force failed tests to fail the build
Modified: projects/jboss-deployers/trunk/deployers-impl/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/pom.xml 2008-09-09 17:39:14 UTC (rev 78268)
+++ projects/jboss-deployers/trunk/deployers-impl/pom.xml 2008-09-09 17:41:03 UTC (rev 78269)
@@ -27,9 +27,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
+ <!--configuration>
<testFailureIgnore>true</testFailureIgnore>
- </configuration>
+ </configuration-->
</plugin>
</plugins>
</build>
Modified: projects/jboss-deployers/trunk/deployers-vfs/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/pom.xml 2008-09-09 17:39:14 UTC (rev 78268)
+++ projects/jboss-deployers/trunk/deployers-vfs/pom.xml 2008-09-09 17:41:03 UTC (rev 78269)
@@ -16,9 +16,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
+ <!--configuration>
<testFailureIgnore>true</testFailureIgnore>
- </configuration>
+ </configuration-->
</plugin>
</plugins>
</build>
More information about the jboss-cvs-commits
mailing list