use fluido skin with topbar to have a fresh new look. I hope Herve will like it :-)
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338050 13f79535-47bb-0310-9956-ffa450edef68master
parent
68470f909c
commit
d57970a552
|
|
@ -22,6 +22,21 @@ under the License.
|
|||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</skin>
|
||||
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<topBarEnabled>true</topBarEnabled>
|
||||
<sideBarEnabled>false</sideBarEnabled>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
|
||||
|
||||
<body>
|
||||
<menu name="Overview">
|
||||
<item name="Introduction" href="index.html"/>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,20 @@ under the License.
|
|||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</skin>
|
||||
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<topBarEnabled>true</topBarEnabled>
|
||||
<sideBarEnabled>false</sideBarEnabled>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue