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 18:44:31 UTC

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

Author: sarowe
Date: Sat Jan 29 17:44:30 2011
New Revision: 1065084

URL: http://svn.apache.org/viewvc?rev=1065084&view=rev
Log:
done killing the saved maven local repo

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=1065084&r1=1065083&r2=1065084&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Sat Jan 29 17:44:30 2011
@@ -7,11 +7,6 @@ mkdir -p $MAVEN_ARTIFACTS/org/apache
 
 cd $WORKSPACE/$ROOT_DIR
 
-###########################################################
-# TODO: remove the next line after it has executed once
-rm -rf $HOME/saved-maven-local-repo
-###########################################################
-
 echo ">>> Generating the Maven snapshot artifacts"
 $ANT_HOME/bin/ant \
   -Dsvnversion.exe=$SVNVERSION_EXE \