Hi Daniel, Siegmann Daniel, NY wrote: > I tried placing a .doc file in the ./src/site directory, and in the > ./src/site/xdoc directory. However, it was not copied over to the target > directory when I run site. Any idea what I'm doing wrong?
>From <http://maven.apache.org/guides/mini/guide-site.html>: Adding Extra Resources You can add any arbitrary resource to your site by including them in a resources directory as shown below. Additional CSS files will be picked up when they are placed in the css directory within the resources directory. +- src/ +- site/ +- resources/ +- css/ | +- site.css | +- images/ +- pic1.jpg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]