You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/01/21 20:40:13 UTC

svn commit: r1061981 - /lucene/dev/nightly/hudson-settings.sh

Author: uschindler
Date: Fri Jan 21 19:40:12 2011
New Revision: 1061981

URL: http://svn.apache.org/viewvc?rev=1061981&view=rev
Log:
clean up local maven repo before each build

Modified:
    lucene/dev/nightly/hudson-settings.sh

Modified: lucene/dev/nightly/hudson-settings.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-settings.sh?rev=1061981&r1=1061980&r2=1061981&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-settings.sh (original)
+++ lucene/dev/nightly/hudson-settings.sh Fri Jan 21 19:40:12 2011
@@ -25,6 +25,9 @@ ARTIFACTS=$WORKSPACE/artifacts
 MAVEN_ARTIFACTS=$WORKSPACE/maven_artifacts
 JAVADOCS_ARTIFACTS=$WORKSPACE/javadocs
 
+# cleanup maven
+rm -rf $HOME/.m2/repository
+
 #do some checks that are common to all build scripts:
 set +x