You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/29 09:40:37 UTC

[maven-site] branch master updated: Remove mirrors from download page.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90b3f62b Remove mirrors from download page.
90b3f62b is described below

commit 90b3f62b0afd015c7974325d1944fd01088ca718
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Sep 29 00:16:57 2022 +0200

    Remove mirrors from download page.
---
 content/xdoc/download.xml.vm | 44 +-------------------------------------------
 1 file changed, 1 insertion(+), 43 deletions(-)

diff --git a/content/xdoc/download.xml.vm b/content/xdoc/download.xml.vm
index b8a72567..c5be167d 100644
--- a/content/xdoc/download.xml.vm
+++ b/content/xdoc/download.xml.vm
@@ -31,49 +31,7 @@ under the License.
     <section name="Downloading Apache Maven ${currentStableVersion}">
 
       <p>Apache Maven ${currentStableVersion} is the latest release and recommended version for all users.</p>
-      <p>
-          [if-any logo]
-          <a href="[link]">
-            <img align="right" src="[logo]" border="0"
-                 alt="logo"/>
-          </a>
-          [end]
-          The currently selected download mirror is
-          <b>[preferred]</b>.
-          If you encounter a problem with this mirror,
-          please select another mirror.
-          If all mirrors are failing, there are
-          <i>backup</i>
-          mirrors
-          (at the end of the mirrors list) that should be available.
-            You may also consult the
-          <a href="https://www.apache.org/mirrors/">complete list of
-            mirrors.</a>
-        
-        </p>
 
-        <form action="[location]" method="get" id="SelectMirror">
-          Other mirrors:
-          <select name="Preferred">
-            [if-any http]
-            [for http]
-            <option value="[http]">[http]</option>
-            [end]
-            [end]
-            [if-any ftp]
-            [for ftp]
-            <option value="[ftp]">[ftp]</option>
-            [end]
-            [end]
-            [if-any backup]
-            [for backup]
-            <option value="[backup]">[backup] (backup)</option>
-            [end]
-            [end]
-          </select>
-          <input type="submit" value="Change"/>
-        </form>
-      
       <a name="Requirements"/>
       <subsection name="System Requirements" id="Requirements">
         <p>
@@ -108,7 +66,7 @@ under the License.
       Use a source archive if you intend to build Maven yourself.</p>
       <p>
       In order to guard against corrupted downloads/installations, it is highly recommended to
-      <a href="https://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
+      <a href="https://www.apache.org/info/verification.html">verify the signature</a>
       of the release bundles against the public <a href="https://downloads.apache.org/maven/KEYS">KEYS</a> used by the Apache Maven
       developers.</p>
       <table>