Home

archiva

Archiva is an open-source binary repository manager developed under the Apache Software Foundation. It is designed to store, organize, and retrieve build artifacts for software projects, with a focus on Maven-based Java ecosystems but supporting other formats through extensions. Archiva provides a central place to publish, proxy, and search artifacts needed for builds, helping teams maintain offline access and controlled release workflows.

Key capabilities include a web-based user interface, local repositories for hosting artifacts, and proxy repositories that

Archiva is a Java-based application typically deployed in a servlet container and stores artifact files on

mirror
remote
sources
such
as
Maven
Central.
It
also
supports
group
repositories
that
combine
multiple
repositories,
access
control
and
user
management,
artifact
indexing
and
search,
and
a
REST
API
for
automation.
Additionally,
Archiva
can
help
manage
artifact
retention
and
lifecycle
policies,
contributing
to
reproducible
builds
and
streamlined
development
pipelines.
disk
while
keeping
metadata
in
a
relational
database.
It
is
positioned
as
an
alternative
or
complement
to
other
repository
managers
in
the
market,
offering
a
free,
Apache-licensed
option
for
organizations
seeking
to
host
and
manage
their
own
artifact
repositories.
See
also
related
tools
in
the
Maven
ecosystem
and
other
repository
managers.