我无法maven-fluido-skin
完全完成这项工作 - 左侧导航部分(包含指向各种项目详细信息的链接的部分)始终呈现为空。不确定我是否遗漏了一些皮肤配置,但我认为此功能可供用户开箱即用。
我添加的任何其他小工具,例如google search
,确实会出现在左侧导航部分。
这是我的site descriptor
样子:
<project xmlns="http://maven.apache.org/DECORATION/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
name="Project name">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.1</version>
</skin>
<custom>
<fluidoSkin>
<profile>pre-release</profile>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<breadcrumbDivider>»</breadcrumbDivider>
</fluidoSkin>
</custom>
</project>
我使用Maven 发行3.4
版的版本和maven-site-plugin
版本。1.3.1
maven-fluido-skin
2.2.1
FWIW,默认皮肤工作得很好 - 它的左侧导航正确。