You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/19 04:54:36 UTC

svn commit: r219606 - /maven/continuum/trunk/build.sh

Author: jvanzyl
Date: Mon Jul 18 19:54:24 2005
New Revision: 219606

URL: http://svn.apache.org/viewcvs?rev=219606&view=rev
Log:
using env=test

Modified:
    maven/continuum/trunk/build.sh

Modified: maven/continuum/trunk/build.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build.sh?rev=219606&r1=219605&r2=219606&view=diff
==============================================================================
--- maven/continuum/trunk/build.sh (original)
+++ maven/continuum/trunk/build.sh Mon Jul 18 19:54:24 2005
@@ -4,5 +4,5 @@
 set -x
 
 (
-  m2 clean:clean install "$@"
+  m2 -Denv=test clean:clean install "$@"
 ) 2>&1 | tee result.log