must use default M2_HOME

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-09-02 13:24:19 +00:00
parent 87aba663c7
commit 06ca881be3
1 changed files with 5 additions and 2 deletions

7
ci.sh
View File

@ -10,7 +10,8 @@ HOME_DIR=`pwd`
DATE=`date`
DIR=m2-build
REPO=maven-repo-local
FROM=brett@maven.org
FROM=jvanzyl@maven.org
#FROM=brett@apache.org
#TO=maven2-user@lists.codehaus.org
TO=m2-dev@maven.apache.org
SCM_LOG=scm.log
@ -19,7 +20,9 @@ DEPLOY_DIR=$HOME_DIR/public_html/m2
DEPLOY_SITE=http://www.codehaus.org/~jvanzyl/m2
export JAVA_HOME=/usr/local/java
export M2_HOME=$HOME_DIR/m2
# Required until classworlds.conf is updated
#export M2_HOME=$HOME_DIR/m2
export M2_HOME=$HOME/m2
export PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin
# ----------------------------------------------------------------------------------