File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments