You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/04/23 14:39:38 UTC

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

Author: trygvis
Date: Sat Apr 23 05:39:37 2005
New Revision: 164376

URL: http://svn.apache.org/viewcvs?rev=164376&view=rev
Log:
o Cleaning before building.

Modified:
    maven/continuum/trunk/build.sh

Modified: maven/continuum/trunk/build.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build.sh?rev=164376&r1=164375&r2=164376&view=diff
==============================================================================
--- maven/continuum/trunk/build.sh (original)
+++ maven/continuum/trunk/build.sh Sat Apr 23 05:39:37 2005
@@ -3,6 +3,7 @@
 set -e
 set -x
 
+m2 clean:clean
 m2 -N install
 ( cd continuum-model && m2 install )
 ( cd continuum-core && m2 install )