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

cstamas 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 2de41423 [MRESOLVER-651] Doco update re split repo (#650)
2de41423 is described below

commit 2de41423e8304dc8ecc93ebd131401a390650c0a
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sun Feb 2 15:09:54 2025 +0100

    [MRESOLVER-651] Doco update re split repo (#650)
    
    Just add explanation how properties are renamed, but
    not change needed, as MRESOLVER-652 adds backward compat support.
    
    ---
    https://issues.apache.org/jira/browse/MRESOLVER-651
---
 src/site/markdown/local-repository.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/local-repository.md 
b/src/site/markdown/local-repository.md
index 44440660..a9fa2a66 100644
--- a/src/site/markdown/local-repository.md
+++ b/src/site/markdown/local-repository.md
@@ -46,6 +46,12 @@ unique in ideal world).
 
 #### Split Local Repository
 
+**Note: Resolver 2.x _renamed related properties_ to clean up configuration
+keys, but 2.0.x will support latest Resolver 1.9.x properties to support
+transitioning. This document uses "legacy" properties (that work in both,
+1.9.x and 2.0.6+ resolver, while current configuration is documented
+on [configuration page](configuration.html).**
+
 Latest addition to the enhanced LRM is *split* feature. By default, split 
 feature is **not enabled**, enhanced LRM behaves as it behaved in all 
 previous versions of Resolver.
@@ -123,7 +129,9 @@ $ mvn ... -Daether.enhancedLocalRepository.split \
 ```
 
 For complete reference of enhanced LRM configuration possibilities, refer to 
-[configuration page](configuration.html).
+[configuration page](configuration.html). That page contains current 
configuration
+keys for Resolver 2.x, while this page example use "legacy" keys that work in
+both Resolver 1.9.x and Resolver 2.0.6+.
 
 ##### Split Repository Considerations
 

Reply via email to