Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
fluido-1.0
-
None
-
Maven 3.0.3
Fluido 1.0
-
Patch
Description
With the following site.xml:
<project name="Test">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.0</version>
</skin>
<bannerLeft>
<name>Kalumet</name>
<src>images/logo.png</src>
<href>http://incubator.apache.org/kalumet</href>
</bannerLeft>
<publishDate position="none"/>
<version position="none"/>
<body>
<links>
<item name="Home" href=""/>
<item name="Download" href=""/>
<item name="Documentation" href=""/>
<item name="Wiki" href=""/>
<item name="Apache" href="http://www.apache.org"/>
</links>
</body>
</project>
the body.links are not displayed at all (not in the top banner, nor in "External Links" of the left banner).
The attached patch renders the links.