Re: multi module site generation - module links not showing in index.html

2006-08-12 Thread Jonathan S. Anderson
Seconded. mvn site:stage generates a site where the submodule links work, but all the javadoc/jxr reports have blank index.html mvn site:deploy generates a site where the submodules are listed with tags, but no links, around them, however the actual submodule site content is properly generated.

multi module site generation - module links not showing in index.html

2006-08-11 Thread Jan Vissers
Wondering whether this is default behavior. When I generate the site for a multi module project the contained modules are displayed at the upper-left of the index.html page - but it is 'plain' text and no hyperlink. How come? -