Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5E01E200D5D for ; Wed, 20 Dec 2017 10:26:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5C816160C2F; Wed, 20 Dec 2017 09:26:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CD81160C0A for ; Wed, 20 Dec 2017 10:26:13 +0100 (CET) Received: (qmail 67864 invoked by uid 500); 20 Dec 2017 09:26:11 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 67595 invoked by uid 99); 20 Dec 2017 09:26:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2017 09:26:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C041A820A5; Wed, 20 Dec 2017 09:26:06 +0000 (UTC) Date: Wed, 20 Dec 2017 09:26:48 +0000 To: "commits@maven.apache.org" Subject: [maven-acr-plugin] 35/45: [MNGSITE-152] - Added missing download.cgi and xdoc/download.xml.vm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: hboutemy@apache.org In-Reply-To: <151376196525.2059.983391242667123589@gitbox.apache.org> References: <151376196525.2059.983391242667123589@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: maven-acr-plugin X-Git-Refname: refs/tags/maven-acr-plugin-1.1 X-Git-Reftype: annotated tag X-Git-Rev: a3e41a57ada0f08e624e5933e5766c7e9e2cc3ec X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171220092606.C041A820A5@gitbox.apache.org> archived-at: Wed, 20 Dec 2017 09:26:14 -0000 This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-acr-plugin-1.1 in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git commit a3e41a57ada0f08e624e5933e5766c7e9e2cc3ec Author: Karl Heinz Marbaise AuthorDate: Wed May 14 18:42:29 2014 +0000 [MNGSITE-152] - Added missing download.cgi and xdoc/download.xml.vm git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin@1594666 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/resources/download.cgi | 4 ++ src/site/xdoc/download.xml.vm | 126 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) diff --git a/src/site/resources/download.cgi b/src/site/resources/download.cgi new file mode 100644 index 0000000..495cde1 --- /dev/null +++ b/src/site/resources/download.cgi @@ -0,0 +1,4 @@ +#!/bin/sh +# Just call the standard mirrors.cgi script. It will use download.html +# as the input template. +exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* \ No newline at end of file diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm new file mode 100644 index 0000000..7186d93 --- /dev/null +++ b/src/site/xdoc/download.xml.vm @@ -0,0 +1,126 @@ + + + + + + + Download ${project.name} Source + + +
+ +

${project.name} ${project.version} is distributed in source format. Use a source archive if you intend to build + ${project.name} yourself. Otherwise, simply use the ready-made binary artifacts from central repository.

+ +

You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 + hours to reach all mirrors.

+ +

In order to guard against corrupted downloads/installations, it is highly recommended to + verify the signature + of the release bundles against the public KEYS used by the Apache Maven + developers.

+ +

${project.name} is distributed under the Apache License, version 2.0.

+ +

We strongly encourage our users to configure a Maven repository mirror closer to their location, please read How to Use Mirrors for Repositories.

+ + + + +

+ [if-any logo] + + logo + + [end] + The currently selected mirror is + [preferred]. + If you encounter a problem with this mirror, + please select another mirror. + If all mirrors are failing, there are + backup + mirrors + (at the end of the mirrors list) that should be available. +

+ +
+ Other mirrors: + + +
+ +

+ You may also consult the + complete list of + mirrors. +

+ + + + + +

This is the current stable version of ${project.name}.

+ + + + + + + + + + + + + + + + + + +
LinkChecksumSignature
${project.name} ${project.version} (Source zip)maven/plugins/${project.artifactId}-${project.version}-source-release.zipmaven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc
+
+ + + +

Older non-recommended releases can be found on our archive site.

+ +
+
+ +
+ -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" .