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

svn commit: r701063 - /servicemix/scripts/builds/bin/mvnsitedeploy

Author: jstrachan
Date: Thu Oct  2 03:10:24 2008
New Revision: 701063

URL: http://svn.apache.org/viewvc?rev=701063&view=rev
Log:
Attempt to run unit tests as well when deploying the site

Modified:
    servicemix/scripts/builds/bin/mvnsitedeploy

Modified: servicemix/scripts/builds/bin/mvnsitedeploy
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/bin/mvnsitedeploy?rev=701063&r1=701062&r2=701063&view=diff
==============================================================================
--- servicemix/scripts/builds/bin/mvnsitedeploy (original)
+++ servicemix/scripts/builds/bin/mvnsitedeploy Thu Oct  2 03:10:24 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 clean site site:deploy
+/opt/maven/bin/mvn -Dmaven.test.failure.ignore=true clean site site:deploy