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/08/21 11:06:03 UTC

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

Author: bommel
Date: Tue Aug 21 02:06:03 2007
New Revision: 568029

URL: http://svn.apache.org/viewvc?rev=568029&view=rev
Log:
try to fix site-deploy error

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?rev=568029&r1=568028&r2=568029&view=diff
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Tue Aug 21 02:06:03 2007
@@ -52,4 +52,4 @@
 mvn -Pall-modules clean
 mvn -N -Pmojodocbook,docbook-profile --batch-mode
 mvn -Pall-modules install javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
-mvn -Pall-modules site-deploy --batch-mode
+mvn -Pall-modules site-deploy -e --batch-mode