You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 17:17:19 UTC

[maven-jlink-plugin] 01/01: Fluido skin customizations needs more tuning later

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 67d01f0feb824f4b81493b3cd513bc8cc7d08a26
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 18:10:51 2020 +0100

    Fluido skin customizations needs more tuning later
---
 src/site/apt/index.apt.vm |  4 +---
 src/site/site.xml         | 22 ----------------------
 2 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 3a6819e..7c8b62f 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -62,8 +62,6 @@ ${project.name}
 * Examples
 
   To provide you with better understanding on some usages of the Maven JLink Plugin,
-  you can take a look into the following examples:
-
-  TODO: Add examples.
+  you can take a look into the following {{{./usage.html}examples}}
 
   []
diff --git a/src/site/site.xml b/src/site/site.xml
index efc990f..6e1e56c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,33 +21,11 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>https://maven.apache.org/images/maventxt_logo_200.gif</src>
-  </bannerRight>
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
     <version>1.9</version>
   </skin>
-  <custom>
-    <fluidoSkin>
-      <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>true</sideBarEnabled>
-      <googleSearch>
-        <sitesearch>${project.url}</sitesearch>
-      </googleSearch>
-      <gitHub>
-        <projectId>apache/maven-jlink-plugin</projectId>
-        <ribbonOrientation>right</ribbonOrientation>
-        <ribbonColor>gray</ribbonColor>
-      </gitHub>
-    </fluidoSkin>
-  </custom>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html" />