On Mon, November 13, 2006 3:13 pm, Franz Allan Valencia See wrote: > I do not think there is a documentation for the contents of site.xml, > that is published, but you may want to review [1] since it is the > structure of site.xml.
The contents of site.xml are reasonably easy to find, however where the site.xml file is supposed to go, as well as how to override it are not easy to find. The only specific mention is in "getting started", a document not likely to be read by somebody who is already a long time user of maven, but not a long time user of the site plugin, or in the docs for site:site, where the siteDirectory configuration directive is mentioned, but not documented. I started my docs search here: http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html This page mentions that a "Site Descriptor" exists, but doesn't explicitly state the Site Descriptor is called site.xml, or where in your project you should expect to find it (src/site/site.xml), or what configuration directive you need to specify to change this (siteDirectory). Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
