From 49dd2717e2c615125f87246382b287b762931034 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Wed, 14 May 2014 18:42:29 +0000 Subject: [PATCH] [MNGSITE-152] - Added missing download.cgi and xdoc/download.xml.vm git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1594666 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/resources/download.cgi | 4 + src/site/xdoc/download.xml.vm | 126 ++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 src/site/resources/download.cgi create mode 100644 src/site/xdoc/download.xml.vm diff --git a/src/site/resources/download.cgi b/src/site/resources/download.cgi new file mode 100644 index 000000000..495cde12d --- /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 000000000..7186d93a8 --- /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.

+ +
+
+ +
+