minor adjustments to ci

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-12-21 13:33:06 +00:00
parent f8c8aee403
commit 39ff81abab
1 changed files with 5 additions and 0 deletions

5
ci.sh
View File

@ -43,6 +43,11 @@ DIR=$HOME/m2-build/$BRANCH
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