You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/02/04 18:07:43 UTC

[httpcomponents-website] 01/02: switch to Fluido skin and add edit button

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit fe8411bce1f321cb946ca55986691559c3496bd0
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Feb 2 12:05:02 2021 +0100

    switch to Fluido skin and add edit button
---
 pom.xml           |  6 +++---
 src/site/site.xml | 15 +++++++++++----
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f783da..1bd38a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
   <packaging>pom</packaging>
 
   <scm>
-    <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-parent.git</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-parent.git</developerConnection>
-    <url>https://github.com/apache/httpcomponents-parent/tree/${project.scm.tag}</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-website.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-website.git</developerConnection>
+    <url>https://github.com/apache/httpcomponents-website/tree/${project.scm.tag}</url>
     <tag>master</tag>
   </scm>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 4f09db1..aed9344 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,11 +23,12 @@ under the License.
 <!-- N.B. all non-body elements are automatically inherited -->
 
   <version position="none" /><!-- no version display on unversioned part of the site -->
+  <edit>${project.scm.url}</edit>
 
   <skin>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>maven-site-skin</artifactId>
-    <version>1.1</version>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
   </skin>
 
   <bannerLeft>
@@ -43,10 +44,13 @@ under the License.
   </bannerRight>
 
   <body>
+    <breadcrumbs>
+      <item name="HttpComponents" href="http://hc.apache.org/index.html"/>
+    </breadcrumbs>
+
     <!-- N.B. body links are automatically inherited -->
     <links>
       <item name="Apache" href="http://www.apache.org/"/>
-      <item name="HttpComponents" href="http://hc.apache.org/index.html"/>
     </links>
     
     <!-- add standard menu links for all sub-sites -->
@@ -150,5 +154,8 @@ under the License.
       <br/>
       <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
     </footer>
+    <fluidoSkin>
+      <skipGenerationDate>true</skipGenerationDate>
+    </fluidoSkin>
   </custom>
 </project>