A new version of the site plugin hasn't been released in a while. This
bug is fixed in the snapshot version.

On 3/3/06, Marcin Cetnarski <[EMAIL PROTECTED]> wrote:
> 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]
>
>


--
Alexandre Poitras
Québec, Canada

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

Reply via email to