Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/site/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ under the License.

<p><strong>${project.name} ${project.version}</strong> is distributed in source format.</p>

<p>Use a source archive if you want to build ${project.name} yourself.</p>
<p>Use a source archive if you intend to build <strong>${project.name}</strong> yourself.</p>

<p>Otherwise, use the ready-made binary artifacts from the central repository.</p>
<p>Otherwise, simply use the ready-made binary artifacts from <strong>central repository</strong>.</p>

<p><strong>${project.name}</strong> is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>

<subsection name="Files">

<p>This is the current stable version of <strong>${project.name}</strong>.</p>

<table>
Expand All @@ -58,16 +58,17 @@ under the License.
</tbody>
</table>

<p>You must verify the integrity of the downloaded file using the checksum (.sha512 file) or using the signature (.asc file).</p>
<p>Use the public KEYS that Apache Maven developers provide to verify.</p>
<p>It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of the downloaded file
using the checksum (.sha512 file)
or using the signature (.asc file) against the public <a href="https://downloads.apache.org/maven/KEYS">KEYS</a> used by the Apache Maven developers.
</p>

</subsection>

<subsection name="Previous Versions">
<p>You must use the latest release version of ${project.name} to get new features and bug fixes.</p>
<p>Older releases exist on the archive site. These releases are not recommended.</p>
<p>It is strongly recommended to use the latest release version of <strong>${project.name}</strong> to take advantage of the newest features and bug fixes.</p>
<p>Older non-recommended releases can be found on our <a href="https://archive.apache.org/dist/maven/shared/">archive site</a>.</p>
</subsection>
</section>
</body>
</document>

Loading