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/12 01:41:46 UTC

[maven-invoker-plugin] branch master updated: Update maven-site-plugin to 3.9.1 and use Fluido Skin 1.9

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-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9afab19  Update maven-site-plugin to 3.9.1 and use Fluido Skin 1.9
9afab19 is described below

commit 9afab19b423494a5b666727a89f015c3fb81b01d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 12 02:29:31 2021 +0100

    Update maven-site-plugin to 3.9.1 and use Fluido Skin 1.9
---
 pom.xml                   |  4 ++++
 src/site/apt/index.apt.vm |  2 +-
 src/site/site.xml         | 19 ++++---------------
 3 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e933a20..512e93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,10 @@ under the License.
           <version>3.0.0-M3</version>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <version>3.1.1</version>
         </plugin>
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 59e665e..597bf87 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -72,7 +72,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/site.xml b/src/site/site.xml
index 5c9f2c2..658b521 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,29 +19,18 @@ 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">
 
-  <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.6</version>
+    <version>1.9</version>
   </skin>
 
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-      <googlePlusOne />
       <googleSearch>
         <sitesearch>maven.apache.org/plugins/maven-invoker-plugin/</sitesearch>
       </googleSearch>
@@ -55,7 +44,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="reference">