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 2005/08/21 07:14:35 UTC

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

Author: brett
Date: Sat Aug 20 22:14:32 2005
New Revision: 234148

URL: http://svn.apache.org/viewcvs?rev=234148&view=rev
Log:
create a production distro instead

Modified:
    maven/continuum/trunk/ci_continuum.sh

Modified: maven/continuum/trunk/ci_continuum.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/ci_continuum.sh?rev=234148&r1=234147&r2=234148&view=diff
==============================================================================
--- maven/continuum/trunk/ci_continuum.sh (original)
+++ maven/continuum/trunk/ci_continuum.sh Sat Aug 20 22:14:32 2005
@@ -156,7 +156,7 @@
     (
       cd $DIR/continuum/continuum-plexus-application
 
-      $M2_HOME/bin/m2 -Denv=test --batch-mode --no-plugin-registry --update-snapshots -e assembly:assembly
+      $M2_HOME/bin/m2 -Denv=production --batch-mode --no-plugin-registry --update-snapshots -e assembly:assembly
       ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 
       mv target/continuum*.tar.gz $DEPLOY_DIR/$DIST