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 2009/10/09 11:15:16 UTC

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

Author: bommel
Date: Fri Oct  9 09:15:15 2009
New Revision: 823472

URL: http://svn.apache.org/viewvc?rev=823472&view=rev
Log:
not include all modules in site build

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=823472&r1=823471&r2=823472&view=diff
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Fri Oct  9 09:15:15 2009
@@ -50,5 +50,7 @@
 
 echo "Building tobago site."
 mvn -Pall-modules clean
-mvn -Pall-modules install javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
-mvn -Pall-modules site-deploy -e -Daggregate=true --batch-mode
+mvn install javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
+mvn site:site -Daggregate=true --batch-mode
+mvn dashboard:dashboard
+mvn site:deploy -e -Daggregate=true --batch-mode