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/06/05 20:05:41 UTC

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

Author: jvanzyl
Date: Sun Jun  5 11:05:40 2005
New Revision: 180127

URL: http://svn.apache.org/viewcvs?rev=180127&view=rev
Log:
appying patch by jerome to improve the output of the script

Modified:
    maven/continuum/trunk/build.sh

Modified: maven/continuum/trunk/build.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build.sh?rev=180127&r1=180126&r2=180127&view=diff
==============================================================================
--- maven/continuum/trunk/build.sh (original)
+++ maven/continuum/trunk/build.sh Sun Jun  5 11:05:40 2005
@@ -16,4 +16,4 @@
   m2 -r -Dmaven.reactor.includes=*/pom.xml clean:clean "$@"
   m2 -r -Dmaven.reactor.includes="$includes" install "$@"
   (cd continuum-plexus-application && sh build.sh "$@")
-) 2>&1 | tee -a ../build.log
+) 2>&1 | tee -a build.log