On Monday 24 Nov 2003 03:03, Eric Chow wrote:
> In the project.xml, we can define a log, right?
> In the example, The logo url always be http://......something, if I want to
> set my logo image as in some folder.
>
> How can I define it in project.xml? And how to let the Maven know I use a
> image from local directory? And will Maven include or copy this logo image
> into a specific folder(ex, images in xdoc)  when generating the SITE ??

How about

<organization>
   <url>some URL</url>
</organization>

Any images you put in "xdocs/images" will be copied to your site "images" 
directory.

-- 
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to