1+ ---
2+ title: Download ${project.name} Source
3+ ---
4+ #*
5+ Licensed to the Apache Software Foundation (ASF) under one
6+ or more contributor license agreements. See the NOTICE file
7+ distributed with this work for additional information
8+ regarding copyright ownership. The ASF licenses this file
9+ to you under the Apache License, Version 2.0 (the
10+ "License"); you may not use this file except in compliance
11+ with the License. You may obtain a copy of the License at
12+
13+ http://www.apache.org/licenses/LICENSE-2.0
14+
15+ Unless required by applicable law or agreed to in writing,
16+ software distributed under the License is distributed on an
17+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18+ KIND, either express or implied. See the License for the
19+ specific language governing permissions and limitations
20+ under the License.
21+ *#
22+ #set( $h = "#" )
23+ #set( $downloadDirectory = $project.properties.downloadDirectory )
24+ #if( ! $downloadDirectory )
25+ #set( $downloadDirectory = "plugins" )
26+ #end
27+ #set( $downloadArtifactId = $project.properties.downloadArtifactId )
28+ #if( ! $downloadArtifactId )
29+ #set( $downloadArtifactId = $project.artifactId )
30+ #end
31+
32+ # Download ${project.name} ${project.version} Source
33+
34+ ${project.name} ${project.version} is distributed in source format\. Use a source archive if you intend to build
35+ ${project.name} yourself\. Otherwise, simply use the ready\-made binary artifacts from central repository\.
36+
37+ In order to guard against corrupted downloads/installations, it is highly recommended to
38+ [verify the signature](https://www.apache.org/dev/release-signing#verifying-signature)
39+ of the release bundles against the public [KEYS](https://www.apache.org/dist/maven/KEYS) used by the Apache Maven
40+ developers\.
41+
42+ ${project.name} is distributed under the [Apache License, version 2\.0](https://www.apache.org/licenses/)\.
43+
44+ ${h}${h} ${project.name} ${project.version}
45+
46+ This is the current stable version of ${project.name}\.
47+
48+ | | Link |Checksum|Signature|
49+ |---|--------------------------------------------------------------------------------------------------------------------------------------------------------|---|---|
50+ ${project.name} ${project.version} \(Source zip\)| [${downloadArtifactId}\-${project.version}\-source\-release\.zip](\[preferred\]maven/${downloadDirectory}/${downloadArtifactId}-${project.version}-source-release.zip) |[${downloadArtifactId}\-${project.version}\-source\-release\.zip\.sha512](https://downloads.apache.org/maven/${downloadDirectory}/${downloadArtifactId}-${project.version}-source-release.zip.sha512)|[${downloadArtifactId}\-${project.version}\-source\-release\.zip\.asc](https://downloads.apache.org/maven/${downloadDirectory}/${downloadArtifactId}-${project.version}-source-release.zip.asc)|
51+
52+ ${h}${h} Previous Versions
53+
54+ Older non\-recommended releases can be found on our [archive site](https://archive.apache.org/dist/maven/${downloadDirectory}/)\.
0 commit comments