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 2021/01/23 00:31:22 UTC

[maven-clean-plugin] 03/03: (doc) quick fixes - site

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

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

commit bc8435f503ee04fed7905f28ad05ec3d5521793b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 01:28:06 2021 +0100

    (doc) quick fixes - site
---
 src/site/apt/examples/delete_additional_files.apt.vm |  2 +-
 src/site/apt/examples/ignoring-errors.apt.vm         |  2 +-
 src/site/apt/examples/skipping-clean.apt.vm          |  2 +-
 src/site/apt/index.apt.vm                            |  2 +-
 src/site/apt/usage.apt.vm                            |  3 ++-
 src/site/site.xml                                    | 12 ++++++++----
 6 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/src/site/apt/examples/delete_additional_files.apt.vm b/src/site/apt/examples/delete_additional_files.apt.vm
index c3212e0..40e5bf6 100644
--- a/src/site/apt/examples/delete_additional_files.apt.vm
+++ b/src/site/apt/examples/delete_additional_files.apt.vm
@@ -4,7 +4,7 @@
  Mike Perham
  <mp...@apache.org>
  ------
- November 2007
+ 2007-11-14
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/ignoring-errors.apt.vm b/src/site/apt/examples/ignoring-errors.apt.vm
index 80fa784..4751b4b 100644
--- a/src/site/apt/examples/ignoring-errors.apt.vm
+++ b/src/site/apt/examples/ignoring-errors.apt.vm
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- 13 November 2007
+ 2007-11-13
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/skipping-clean.apt.vm b/src/site/apt/examples/skipping-clean.apt.vm
index 022ce40..388d023 100644
--- a/src/site/apt/examples/skipping-clean.apt.vm
+++ b/src/site/apt/examples/skipping-clean.apt.vm
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- 13 November 2007
+ 2007-11-13
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 8363b29..7958c0d 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -58,7 +58,7 @@ ${project.name}
   entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./scm.html}source repository}} and will find supplementary information in the
-  {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
+  {{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
 
 * Examples
 
diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 3ec79cb..caf908f 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -3,7 +3,8 @@
  ------
  Edwin Punzalan
  ------
- June 29th, 2006
+ 2006-06-29
+ ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
 ~~ or more contributor license agreements.  See the NOTICE file
diff --git a/src/site/site.xml b/src/site/site.xml
index b32c257..d776c3d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,13 @@ specific language governing permissions and limitations
 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">
+<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">
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -29,7 +33,7 @@ under the License.
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Examples">