You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/05/26 09:14:41 UTC

svn commit: r541866 - /myfaces/tobago/trunk/build-site.sh

Author: bommel
Date: Sat May 26 00:14:40 2007
New Revision: 541866

URL: http://svn.apache.org/viewvc?view=rev&rev=541866
Log:
added clean to site-deploy

Modified:
    myfaces/tobago/trunk/build-site.sh

Modified: myfaces/tobago/trunk/build-site.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/build-site.sh?view=diff&rev=541866&r1=541865&r2=541866
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Sat May 26 00:14:40 2007
@@ -49,4 +49,4 @@
 
 
 echo "Building tobago site."
-mvn -Pall-modules install site-deploy --batch-mode
+mvn -Pall-modules clean install site-deploy --batch-mode