Skip to content

Commit 2de4142

Browse files
authored
[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
1 parent 762a8cd commit 2de4142

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/site/markdown/local-repository.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ unique in ideal world).
4646

4747
#### Split Local Repository
4848

49+
**Note: Resolver 2.x _renamed related properties_ to clean up configuration
50+
keys, but 2.0.x will support latest Resolver 1.9.x properties to support
51+
transitioning. This document uses "legacy" properties (that work in both,
52+
1.9.x and 2.0.6+ resolver, while current configuration is documented
53+
on [configuration page](configuration.html).**
54+
4955
Latest addition to the enhanced LRM is *split* feature. By default, split
5056
feature is **not enabled**, enhanced LRM behaves as it behaved in all
5157
previous versions of Resolver.
@@ -123,7 +129,9 @@ $ mvn ... -Daether.enhancedLocalRepository.split \
123129
```
124130

125131
For complete reference of enhanced LRM configuration possibilities, refer to
126-
[configuration page](configuration.html).
132+
[configuration page](configuration.html). That page contains current configuration
133+
keys for Resolver 2.x, while this page example use "legacy" keys that work in
134+
both Resolver 1.9.x and Resolver 2.0.6+.
127135

128136
##### Split Repository Considerations
129137

0 commit comments

Comments
 (0)