fix m2 home

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-16 13:32:45 +00:00
parent ec3106b795
commit aa06bb1188
1 changed files with 2 additions and 1 deletions

3
ci.sh
View File

@ -39,7 +39,8 @@ DEPLOY_SITE=http://maven.zones.apache.org/~maven/builds
DIST=m2-${TIMESTAMP}.tar.gz
SVN=svn
export M2_HOME=$DIR/maven-2.0.1-SNAPSHOT
M2_HOME=$DIR/maven-2.0.1-SNAPSHOT
export M2_HOME
PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin
export PATH