You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/08 21:19:46 UTC

svn commit: r376043 - /directory/trunks/apacheds/site.readme.txt

Author: ersiner
Date: Wed Feb  8 12:19:43 2006
New Revision: 376043

URL: http://svn.apache.org/viewcvs?rev=376043&view=rev
Log:
Updated site generation documentation.

Modified:
    directory/trunks/apacheds/site.readme.txt

Modified: directory/trunks/apacheds/site.readme.txt
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/site.readme.txt?rev=376043&r1=376042&r2=376043&view=diff
==============================================================================
--- directory/trunks/apacheds/site.readme.txt (original)
+++ directory/trunks/apacheds/site.readme.txt Wed Feb  8 12:19:43 2006
@@ -8,6 +8,21 @@
 
 	target/site
 
+API documentation does not get generated automatically during
+maven's site phase. To achieve it you need to execute
+
+	./apidocs.sh
+
+API documentation will be generated at
+
+	target/site/docs/api
+
+If you want to customize api documentation generation have a
+look at the script (especially for setting packages to be
+excluded) by executing
+
+	vi ./apidocs.sh
+
 For deploying the site to the remote server you need to
 configure the Apache Web Server access parameters
 in your local m2 configuration file which is normally at