This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-4 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 10f28c3ab81db748c102f13c5e09a0a068495038 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Wed Feb 5 20:18:41 2025 +0000 Repositories contain artifacts, not dependencies --- content/apt/guides/introduction/introduction-to-repositories.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/guides/introduction/introduction-to-repositories.apt b/content/apt/guides/introduction/introduction-to-repositories.apt index 099abbdc..5252da86 100644 --- a/content/apt/guides/introduction/introduction-to-repositories.apt +++ b/content/apt/guides/introduction/introduction-to-repositories.apt @@ -31,7 +31,7 @@ Introduction to Repositories * Artifact Repositories - A repository in Maven holds build artifacts and dependencies of varying types. + A repository in Maven holds build artifacts of varying types. There are exactly two types of repositories: <<local>> and <<remote>>: