Author: brett
Date: Wed Dec 21 05:33:06 2005
New Revision: 358291

URL: http://svn.apache.org/viewcvs?rev=358291&view=rev
Log:
minor adjustments to ci

Modified:
    maven/components/trunk/ci.sh

Modified: maven/components/trunk/ci.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=358291&r1=358290&r2=358291&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Wed Dec 21 05:33:06 2005
@@ -43,6 +43,11 @@
 mkdir -p $DIR
 
 REPO=$DIR/maven-repo-local
+# TODO: not good for concurrency - need to pass in to bootstrap
+cat $HOME/.m2/settings.xml.template | sed 
"s#<localRepository>.*</localRepository>#<localRepository>$REPO</localRepository>#"
 >$HOME/.m2/settings.xml
+
+# Temporary to try and alleviate build failure due to race condition
+rm -rf $REPO/org/apache/maven/plugins/maven-plugin-plugin
 
 SCM_LOG=$DIR/scm.log
 BUILD_REQUIRED_FILE=$DIR/build_required


Reply via email to