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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b73efa6f Enhance RRF section with repository order link
6b73efa6f is described below

commit 6b73efa6fe7121de6f24672fd63c24c6ed0366eb
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Mar 16 16:17:07 2026 +0100

    Enhance RRF section with repository order link
    
    Updated the explanation of Remote Repository Filtering to include a link to 
the effective repository order documentation.
---
 src/site/markdown/remote-repository-filtering.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/remote-repository-filtering.md 
b/src/site/markdown/remote-repository-filtering.md
index 03847a4c8..2577c4a93 100644
--- a/src/site/markdown/remote-repository-filtering.md
+++ b/src/site/markdown/remote-repository-filtering.md
@@ -24,7 +24,7 @@ criteria.
 ### Why?
 
 Remote Repository Filtering (RRF) is a long requested feature of Maven. It's 
useful when a build uses
-several remote repositories. In such cases, Maven "searches" the ordered list 
(effective POM) of remote repositories,
+several remote repositories. In such cases, Maven "searches" the [ordered list 
(effective POM) of remote 
repositories](https://maven.apache.org/guides/mini/guide-multiple-repositories.html#repository-order),
 and artifacts are resolved using a loop and a "first found wins" strategy. 
This has several implications:
 
 * The build is slower because when an artifact is in the Nth repository, Maven 
first queries the previous N-1 repositories  that will result in

Reply via email to