If I (by hand) make directories corresponding to the modules in
/usr/local/tomcat/webapps/ROOT/docs/project then site-deploy at least
completes without errors.
  <distributionManagement>
    <site>
      <id>website</id>
      <url>file:///usr/local/tomcat/webapps/ROOT/docs/project/</url>
    </site>
  </distributionManagement>

However the main project site I'd have hoped would have links to the module
sites :( but it doesn't, is there a way to make this happen? I tried adding
a site.xml file as described in the docs just to see what would happen but
it doesn't seem to have any affect.

On 11/29/05, Xavier Toth <[EMAIL PROTECTED]> wrote:
>
> I'm trying to generate a site for a multiple module project. When I
> generate the site each modules gets its own target/site directory. However
> when I try and deploy the site it appears to be trying to copy all files
> from the root project target/site directory. Has anyone else worked thru
> this issue, if so how?
>

Reply via email to