You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2007/12/23 21:51:13 UTC

svn commit: r606615 - /maven/continuum/trunk/ci_continuum.sh

Author: brett
Date: Sun Dec 23 12:51:12 2007
New Revision: 606615

URL: http://svn.apache.org/viewvc?rev=606615&view=rev
Log:
align to changes on the zone

Modified:
    maven/continuum/trunk/ci_continuum.sh

Modified: maven/continuum/trunk/ci_continuum.sh
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/ci_continuum.sh?rev=606615&r1=606614&r2=606615&view=diff
==============================================================================
--- maven/continuum/trunk/ci_continuum.sh (original)
+++ maven/continuum/trunk/ci_continuum.sh Sun Dec 23 12:51:12 2007
@@ -30,7 +30,7 @@
 HOME_DIR=$HOME
 DIR=$HOME_DIR/checkouts
 SUNREPO=$HOME_DIR/sunrepo
-REPO=$HOME_DIR/maven-repo-local
+REPO=$HOME_DIR/maven-repo-local-ci
 SCM_LOG=$HOME_DIR/scm.log
 TIMESTAMP=`date +%Y%m%d.%H%M%S`
 WWW=$HOME/public_html
@@ -40,7 +40,7 @@
 DIST_APP=continuum-${TIMESTAMP}.tar.gz
 SVN=svn
 
-M2_HOME=$HOME_DIR/maven-2.0
+M2_HOME=/usr/local/maven-2.0.7
 export M2_HOME
 PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin
 export PATH
@@ -134,7 +134,7 @@
     (
       cd $DIR/continuum
 
-      $M2_HOME/bin/mvn -Denv=test --batch-mode --no-plugin-registry --update-snapshots -e clean:clean install
+      $M2_HOME/bin/mvn --settings $HOME/.m2/settings-ci.xml -Denv=test --batch-mode --no-plugin-registry --update-snapshots -e clean:clean install
       ret=$?; if [ $ret != 0 ]; then exit $ret; fi
     )
     ret=$?; if [ $ret != 0 ]; then exit $ret; fi