Hello Mick,
MK> I have a project that contains about 8 different modules, and sub-modules.
MK> When I run site:site, the docs seem to get run for the whole project, but
MK> the main index.html does not tie the docs together like they did in m102.
MK> What am I missing to get a cohesive set of docs?
First of all you should use snapshot version of maven-site-pugin (and
some snapshot artifacts from doxia module). It works fine with multiprojects. If
you want to see an offline version of site, use site:stage mojo.
...
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<stagingDirectory>E:/stage</stagingDirectory>
</configuration>
</plugin>
</plugins>
</reporting>
...
--
Best regards,
Marcin Cetnarski
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]