[jboss-svn-commits] JBL Code SVN: r37019 - labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 18 12:59:50 EDT 2011


Author: tomjenkinson
Date: 2011-05-18 12:59:50 -0400 (Wed, 18 May 2011)
New Revision: 37019

Modified:
   labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/maven/build.xml
Log:
updated to fail the buold if the maven step fails

Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/maven/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/maven/build.xml	2011-05-18 14:07:22 UTC (rev 37018)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/maven/build.xml	2011-05-18 16:59:50 UTC (rev 37019)
@@ -71,7 +71,7 @@
             </filterset>
         </copy>
 
-        <exec executable="mvn" dir="${basedir}">
+        <exec executable="mvn" dir="${basedir}" failonerror="true">
             <arg value="-s"/>
             <arg value="settings.xml"/>
             <arg value="dependency:copy-dependencies"/>



More information about the jboss-svn-commits mailing list