This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MDEPLOY-232
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit e880d2f25aaa3e0575232188cecc06b194482652
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Wed Mar 7 21:44:44 2018 +0100

    [MDEPLOY-232] - Using maven-fluido-skin 1.7
---
 src/site/site.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index 195d035..50bd886 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,6 +22,30 @@ 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";>
+  <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-fluido-skin</artifactId>
+    <version>1.7</version>
+  </skin>
+
+  <custom>
+    <fluidoSkin>
+      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+      <googlePlusOne />
+      <googleSearch>
+        <sitesearch>maven.apache.org/plugins/maven-deploy-plugin/</sitesearch>
+      </googleSearch>
+    </fluidoSkin>
+  </custom>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to