Skip to content

Commit bacf21a

Browse files
committed
o Use fluido-skin for the site
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1681502 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3187958 commit bacf21a

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

src/site/site.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,37 @@ under the License.
2222
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
25+
26+
<bannerLeft>
27+
<name>${project.name}</name>
28+
<src>http://maven.apache.org/images/apache-maven-project.png</src>
29+
<href>http://maven.apache.org/</href>
30+
</bannerLeft>
31+
<bannerRight>
32+
<src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
33+
</bannerRight>
34+
35+
<skin>
36+
<groupId>org.apache.maven.skins</groupId>
37+
<artifactId>maven-fluido-skin</artifactId>
38+
<version>1.3.0</version>
39+
</skin>
40+
41+
<custom>
42+
<fluidoSkin>
43+
<topBarEnabled>true</topBarEnabled>
44+
<sideBarEnabled>true</sideBarEnabled>
45+
<googleSearch>
46+
<sitesearch>${project.url}</sitesearch>
47+
</googleSearch>
48+
<gitHub>
49+
<projectId>apache/maven-plugins</projectId>
50+
<ribbonOrientation>right</ribbonOrientation>
51+
<ribbonColor>gray</ribbonColor>
52+
</gitHub>
53+
</fluidoSkin>
54+
</custom>
55+
2556
<body>
2657
<menu name="Overview">
2758
<item name="Introduction" href="index.html"/>

0 commit comments

Comments
 (0)