You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/02 14:06:06 UTC

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

Author: lhein
Date: Thu Oct  2 05:06:05 2008
New Revision: 701101

URL: http://svn.apache.org/viewvc?rev=701101&view=rev
Log:
do not fail on test failures

Modified:
    servicemix/scripts/builds/bin/mvndeploy

Modified: servicemix/scripts/builds/bin/mvndeploy
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/bin/mvndeploy?rev=701101&r1=701100&r2=701101&view=diff
==============================================================================
--- servicemix/scripts/builds/bin/mvndeploy (original)
+++ servicemix/scripts/builds/bin/mvndeploy Thu Oct  2 05:06:05 2008
@@ -4,4 +4,4 @@
 #svn up
 export MAVEN_OPTS="-Xmx800m -XX:MaxPermSize=250m" 
 echo "Maven opts are $MAVEN_OPTS"
-/opt/maven/bin/mvn -fae -Dtest=false -DfailIfNoTests=false --batch-mode clean deploy $2 $3 $4 $5 
+/opt/maven/bin/mvn -fae -Dmaven.test.failure.ignore=true --batch-mode clean deploy $2 $3 $4 $5