Download Apache Archiva 2.2.10
Archiva is distributed under the Apache License, version 2.0.
System Requirements
JDK | 1.8 |
No minimum requirement | The Archiva application is in itself about 50MB but will use more disk space to store repository contents |
Operating System | Support for Linux, Mac OS, Solaris and Windows. Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X. |
Mirror
The currently selected mirror is https://dlcdn.apache.org/. If you encounter a problem with this mirror, please select the other mirror.
Current Release: Archiva 2.2.10
This is the currently recommended version of Archiva.
Archiva 2.2.10 | File-Type | SHA256 Checksum | SHA512 Checksum | Signature |
---|---|---|---|---|
Archiva 2.2.10 Standalone | tar.gz | sha256 | sha512 | asc |
zip | sha256 | sha512 | asc | |
Archiva 2.2.10 WAR | war | sha256 | sha512 | asc |
Archiva 2.2.10 Sources | source zip | sha256 | sha512 | asc |
Previous Versions
More releases are available in the Apache Archiva Archives or prior to the graduation from Maven, in the Apache Maven Archives.
Verify the integrity of the files
We recommend that you verify the integrity of the downloaded files using the PGP signatures and SHA, MD5 checksums.
The PGP signatures can be verified using PGP or GPG. First download the KEYS
as well as the asc signature file for the particular distribution. Make sure you get these files from
the main distribution directory,
rather than from a mirror.
Then verify the signatures using:
% pgpk -a KEYS % pgpv $filename.tar.gz.asc or % pgp -ka KEYS % pgp $filename.tar.gz.asc or % gpg --import KEYS % gpg --verify $filename.tar.gz.asc
Please use the SHA checksum for verification if available, use MD5 only for the older versions, that have no SHA checksum available. To verify the SHA signature on the files, you can use utilities for your platform. A Unix program called sha1sum or sha256sum (md5sum) is included in many Unix distributions. It is also available as part of GNU Coreutils. Windows users can get binary checksum utility e.g. from SlavaSoft.