Apache/ Maven/ Introduction to Repositories | Last Published: 2025-11-24 | Get Sources Downloads Artifact Repositories A repository in Maven holds build artifacts of varying types. There are exactly two types of repositories: local and remote: the local repository is a directory on the computer where Maven runs. It caches remote downloads and contains temporary build artifacts that you have not ye

