Skip to content
Merged
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
14 changes: 7 additions & 7 deletions src/site/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ under the License.

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

<p>Use a source archive to build <strong>${project.name}</strong> 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 <strong>central repository</strong>.</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>

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

<p>Verify the integrity of the downloaded file. Use the checksum
(.sha512 file) or the signature (.asc file). Verify the signature
against the public <a href="https://downloads.apache.org/maven/KEYS">KEYS</a> used by the Apache Maven developers.
<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>Use the latest release version of <strong>${project.name}</strong>. The latest version has the newest features and bug fixes.</p>
<p>You can find older releases on the <a href="https://archive.apache.org/dist/maven/plugins/">archive site</a>.</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/plugins/">archive site</a>.</p>
</subsection>
</section>
</body>
Expand Down
Loading