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/11/22 03:53:52 UTC

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

Author: sarowe
Date: Tue Nov 22 02:53:52 2011
New Revision: 1204791

URL: http://svn.apache.org/viewvc?rev=1204791&view=rev
Log:
reverted Maven->Ant clean - 'ant clean' kills the generated maven artifacts

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=1204791&r1=1204790&r2=1204791&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Tue Nov 22 02:53:52 2011
@@ -29,7 +29,7 @@ $M2_HOME/bin/mvn --batch-mode --non-recu
 echo ">>> Done installing non-mavenized deps into the maven local repo"
 
 echo ">>> Clearing the Ant build output"
-$ANT_HOME/bin/ant clean
+$M2_HOME/bin/mvn --batch-mode --fail-at-end clean
 echo ">>> Done clearing the Ant build output"
 
 echo ">>> Running the Maven build without tests"