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"
|
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
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>
|
<body>
|
||||||
<menu name="Overview">
|
<menu name="Overview">
|
||||||
<item name="Introduction" href="index.html"/>
|
<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">
|
<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>
|
<body>
|
||||||
<breadcrumbs>
|
<breadcrumbs>
|
||||||
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
|
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue