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/29 10:38:22 UTC

[maven-ear-plugin] branch site created (now 79f8bde)

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

slachiewicz pushed a change to branch site
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


      at 79f8bde  Site small fixes + Fluido skin 1.9

This branch includes the following new commits:

     new 79f8bde  Site small fixes + Fluido skin 1.9

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-ear-plugin] 01/01: Site small fixes + Fluido skin 1.9

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 79f8bde453bed9c3c3da3353efba2c95b9852044
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 11:37:51 2020 +0100

    Site small fixes + Fluido skin 1.9
---
 pom.xml                   | 10 ++++++++++
 src/site/apt/index.apt.vm |  3 +--
 src/site/site.xml         | 13 ++++++-------
 3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1887fd8..2cfadce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,6 +247,16 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 43f8f80..0b0f870 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -60,8 +60,7 @@ ${project.name}
   For available configuration options for these artifacts, please see the
   {{{./modules.html}modules configuration}}.
 
-  For more information about the Java EE technology, please visit
-  {{http://www.oracle.com/us/technologies/java/enterprise-edition/overview/index.html}}.
+  For more information about the Java EE technology, please visit {{https://www.oracle.com/java/technologies/java-ee-glance.html}}.
 
 * Version 3.2.0
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 8cac72d..0047372 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,24 +23,23 @@ under the License.
   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>
+    <src>https://maven.apache.org/images/apache-maven-project.png</src>
+    <href>https://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>
+    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>https://maven.apache.org/</href>
   </bannerRight>
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.7</version>
+    <version>1.9</version>
   </skin>
 
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-      <googlePlusOne />
       <googleSearch>
         <sitesearch>maven.apache.org/plugins/maven-ear-plugin/</sitesearch>
       </googleSearch>
@@ -54,7 +53,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="Configuration">