hello,
i have a multi-module site. the parent project site.xml declares something
like:
<project>
<body>
<links>
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
<menu name="My Project">
<item name="Introduction" href="index.html"/>
<item name="Download" href="download.html"/>
</menu>
<menu ref="modules" />
</body>
</project>
i have 2 modules, named Foo and Bar... The generated site correctly shows
links to them, but the links are not correct. they look like:
<li class="none">
<a href="../../maven-site/foo/index.html">Foo</a>
</li>
<li class="none">
<a href="../../maven-site/bar/index.html">Bar</a>
</li>
but they are not there. why is "maven-site" used ?
if i look into parent/foo/target/site/index.html i can see the index for Foo
(same for other submodules).
thanks,
valerio
--
http://valerioschiavoni.blogspot.com
http://jroller.com/page/vschiavoni