[MENFORCER-235] Use maven-fluido-skin 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/enforcer/trunk@1697192 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index e8f7d4d..dab79aa 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,11 +18,31 @@
 under the License.
 -->
 <project>
+  <bannerLeft>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerRight>
   <skin>
     <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
+    <artifactId>maven-fluido-skin</artifactId>
     <version>1.4</version>
   </skin>
+
+  <custom>
+    <fluidoSkin>
+      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+      <googlePlusOne />
+      <googleSearch>
+        <sitesearch>https://maven.apache.org/enforcer/</sitesearch>
+      </googleSearch>
+    </fluidoSkin>
+  </custom>
+
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->