You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/03/03 09:54:07 UTC

[maven-build-cache-extension] branch master updated: s/repositories/builds/

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new a1295b1  s/repositories/builds/
a1295b1 is described below

commit a1295b1f88679e1fcf548d0f42cb7bd8d6ba362c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Mar 3 10:53:16 2022 +0100

    s/repositories/builds/
---
 src/site/markdown/cache.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/cache.md b/src/site/markdown/cache.md
index 1d2f526..c2de5ed 100644
--- a/src/site/markdown/cache.md
+++ b/src/site/markdown/cache.md
@@ -17,8 +17,9 @@
 
 ## Overview
 
-Build cache is an extension targeted to simplify and make more efficient work with large repositories in Maven. That is
-achieved by a combination of features:
+Build cache is an extension targeted to simplify and make more efficient work with large builds in Maven.
+
+That is achieved by a combination of features:
 
 * Incremental builds over the changed project graph part only
 * Subtree support in multimodule projects (caches discovered from the larger project)
@@ -128,4 +129,4 @@ Such scheme allows to validate cache correctness by reconciling outcomes of cach
 
 * Maximilian Novikov - Project lead. Idea, design, coordination and verification.
 * Alexander Ashitkin - Co-design and implementation of the majority of functionality
-* Alexander Novoselov - Hashing module implementation
\ No newline at end of file
+* Alexander Novoselov - Hashing module implementation