Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1, 2.1
-
None
Description
parent pom.xml:
<module>module-a</modules>
parent site.xml:
<menu ref="modules"/>
The generated html links to "module-a" look like this....
<a href="odule-a/index.html" title="module-a">module-a</a>
Note, the href is missing the leading character "m", it should be..
<a href="module-a/index.html" title="module-a">module-a</a>
I tried to run this wil 2.0.1 and 2.1 - but got the same result with both. Hopfully this is a mis-configuration on my part, but if it is then perhaps it can be tested by the plugin and can fail the build.
Thanks for reading