You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/01 16:19:32 UTC

svn commit: r700781 - /servicemix/scripts/builds/bin/mvndeploy

Author: gertv
Date: Wed Oct  1 07:19:31 2008
New Revision: 700781

URL: http://svn.apache.org/viewvc?rev=700781&view=rev
Log:
Adding -fae to mvndeploy to avoid stopping the entire build for a single failure

Modified:
    servicemix/scripts/builds/bin/mvndeploy

Modified: servicemix/scripts/builds/bin/mvndeploy
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/bin/mvndeploy?rev=700781&r1=700780&r2=700781&view=diff
==============================================================================
--- servicemix/scripts/builds/bin/mvndeploy (original)
+++ servicemix/scripts/builds/bin/mvndeploy Wed Oct  1 07:19:31 2008
@@ -4,4 +4,4 @@
 #svn up
 export MAVEN_OPTS="-Xmx800m -XX:MaxPermSize=250m" 
 echo "Maven opts are $MAVEN_OPTS"
-/opt/maven/bin/mvn -Dtest=false -DfailIfNoTests=false --batch-mode clean deploy $2 $3 $4 $5 
+/opt/maven/bin/mvn -fae -Dtest=false -DfailIfNoTests=false --batch-mode clean deploy $2 $3 $4 $5