You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/01/29 07:22:57 UTC

svn commit: r1064964 - /lucene/dev/nightly/common-maven.sh

Author: sarowe
Date: Sat Jan 29 06:22:57 2011
New Revision: 1064964

URL: http://svn.apache.org/viewvc?rev=1064964&view=rev
Log:
continue building/testing other modules when tests fail in a module

Modified:
    lucene/dev/nightly/common-maven.sh

Modified: lucene/dev/nightly/common-maven.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/common-maven.sh?rev=1064964&r1=1064963&r2=1064964&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Sat Jan 29 06:22:57 2011
@@ -32,7 +32,7 @@ $M2_HOME/bin/mvn -B -N -P bootstrap inst
 echo ">>> Done installing non-mavenized deps into the maven local repo"
 
 echo ">>> Running the Maven build"
-$M2_HOME/bin/mvn -B clean install
+$M2_HOME/bin/mvn --batch-mode --fail-at-end clean install
 echo ">>> Done running the Maven build"
 
 echo ">>> Saving ~/.m2/repository/ to $SAVED_MAVEN_LOCAL_REPO"