Author: thomas.heute(a)jboss.com
Date: 2010-10-25 12:22:03 -0400 (Mon, 25 Oct 2010)
New Revision: 4822
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/mc/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/test/pom.xml
Log:
GTNPC-39: Maven build should fail if there is an error
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/api/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -55,6 +55,7 @@
</execution>
</executions>
<configuration>
+ <failOnError>true</failOnError>
<testsuites>
<testsuite>
<config>jboss-unit.xml</config>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/controller/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -69,6 +69,7 @@
</execution>
</executions>
<configuration>
+ <failOnError>true</failOnError>
<testsuites>
<testsuite>
<config>local-jboss-unit.xml</config>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/federation/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -49,6 +49,7 @@
</execution>
</executions>
<configuration>
+ <failOnError>true</failOnError>
<testsuites>
<testsuite>
<config>jboss-unit.xml</config>
Modified: components/pc/trunk/mc/pom.xml
===================================================================
--- components/pc/trunk/mc/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/mc/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -46,6 +46,7 @@
</execution>
</executions>
<configuration>
+ <failOnError>true</failOnError>
<testsuites>
<testsuite>
<config>local-jboss-unit.xml</config>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/portlet/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -187,7 +187,7 @@
<!--<jpda>false</jpda>-->
<!--<jpdaPort>9000</jpdaPort>-->
<!--<jpdaSuspend>true</jpdaSuspend>-->
- <!--<failOnError>false</failOnError>-->
+ <failOnError>true</failOnError>
<!--<assertions>true</assertions>-->
<testsuites>
<testsuite>
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2010-10-25 16:06:08 UTC (rev 4821)
+++ components/pc/trunk/test/pom.xml 2010-10-25 16:22:03 UTC (rev 4822)
@@ -292,7 +292,7 @@
<!--<jpda>false</jpda>-->
<!--<jpdaPort>9000</jpdaPort>-->
<!--<jpdaSuspend>true</jpdaSuspend>-->
- <!--<failOnError>false</failOnError>-->
+ <failOnError>true</failOnError>
<!--<assertions>true</assertions>-->
<testsuites>
<testsuite>
Show replies by date