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

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

commit 8c1e32799a85a0ed7c69eb7c74c1dcf7ba133b72
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Wed Mar 7 20:38:19 2018 +0100

    Cleaned up site issues.
---
 src/site/apt/index.apt.vm     |  9 ++++++---
 src/site/xdoc/download.xml.vm | 14 +++++++-------
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 707ecb5..6caee14 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -29,7 +29,7 @@
 ${project.name}
 
   This plugin generates Java EE Enterprise Archive (EAR) file. It can also 
generate
-  the deployment descriptor file (e.g. application.xml).
+  the deployment descriptor file (e.g. <<<application.xml>>>).
 
   The EAR plugin supports the following artifacts:
 
@@ -63,8 +63,11 @@ ${project.name}
   For more information about the Java EE technology, please visit
   
{{http://www.oracle.com/us/technologies/java/enterprise-edition/overview/index.html}}.
 
-  Note: Starting with version 3.0.0 the usage of <<<fileNameMapping>> has been 
removed. If you need
-  to use <<<fileNameMapping>> take a look at the new 
<<<outputFileNameMapping>>> which is more
+* Version 3.0.0
+
+  Starting with version 3.0.0 the usage of <<fileNameMapping>> has been 
removed. If you need
+  to use a kind of file name mapping take a look at the new 
+  {{{./ear-mojo.html#outputFileNameMapping}outputFileNameMapping}} which is 
more
   flexible.
   
 * Goals Overview
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 09d4f42..18d24ab 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -33,11 +33,11 @@ under the License.
       hours to reach all mirrors.<p/>
 
       <p>In order to guard against corrupted downloads/installations, it is 
highly recommended to
-      <a 
href="http://www.apache.org/dev/release-signing#verifying-signature";>verify the 
signature</a>
-      of the release bundles against the public <a 
href="http://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
+      <a 
href="https://www.apache.org/dev/release-signing#verifying-signature";>verify 
the signature</a>
+      of the release bundles against the public <a 
href="https://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
       developers.</p>
 
-      <p>${project.name} is distributed under the <a 
href="http://www.apache.org/licenses/";>Apache License, version 2.0</a>.</p>
+      <p>${project.name} is distributed under the <a 
href="https://www.apache.org/licenses/";>Apache License, version 2.0</a>.</p>
 
       <p></p>We <b>strongly</b> encourage our users to configure a Maven 
repository mirror closer to their location, please read <a 
href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for 
Repositories</a>.</p>
 
@@ -85,7 +85,7 @@ under the License.
 
         <p>
           You may also consult the
-          <a href="http://www.apache.org/mirrors/";>complete list of
+          <a href="https://www.apache.org/mirrors/";>complete list of
             mirrors.</a>
         </p>
 
@@ -108,8 +108,8 @@ under the License.
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
             <td><a 
href="[preferred]maven/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>
       </table>
@@ -117,7 +117,7 @@ under the License.
 
       <subsection name="Previous Versions">
         
-      <p>Older non-recommended releases can be found on our <a 
href="http://archive.apache.org/dist/maven/plugins/";>archive site</a>.</p>
+      <p>Older non-recommended releases can be found on our <a 
href="https://archive.apache.org/dist/maven/plugins/";>archive site</a>.</p>
 
       </subsection>
     </section>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to