Archiva is distributed under the Apache License, version 2.0.
| JDK | 1.6 or above |
| No minimum requirement | The Archiva application is in itself about 20MB 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. |
The currently selected mirror is http://psg.mtu.edu/pub/apache/. 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.
You may also consult the complete list of mirrors.
This is the currently recommended version of Archiva.
| Archiva 1.3.6 | Mirrors | Checksum | Signature |
|---|---|---|---|
| Archiva 1.3.6 Standalone | tar.gz | md5 | asc |
| zip | md5 | asc | |
| Archiva 1.3.6 WAR | war | md5 | asc |
| Archiva 1.3.6 Documentation | docs zip | md5 | asc |
| Archiva 1.3.6 Sources | source zip | md5 | asc |
This is a preview release of the next version of Archiva.
| Archiva 1.4-M4 | Mirros | Checksum | Signature |
|---|---|---|---|
| Archiva 1.4-M4 Standalone | tar.gz | md5 | asc |
| zip | md5 | asc | |
| Archiva 1.4-M4 WAR | war | md5 | asc |
| Archiva 1.4-M4 Sources | source zip | md5 | asc |
More releases are available in the Apache Archiva Archives or prior to the graduation from Maven, in the Apache Maven Archives.
We recommend that you verify the integrity of the downloaded files using the PGP signatures and 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
You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of GNU Coreutils. Windows users can get binary md5 programs from Fourmilab, PC-Tools or SlavaSoft