michael-o commented on a change in pull request #631:
URL: https://github.com/apache/maven/pull/631#discussion_r762956570
##########
File path: maven-caching-extension/src/site/markdown/CACHE-PARAMETERS.md
##########
@@ -23,12 +23,14 @@ This documents contains various configuration parameters
supported by cache engi
| Parameter | Description | Usage Scenario |
| ----------- | ----------- | ----------- |
-| `-Dremote.cache.configPath=true/false` | Location of cache configuration
file | Cache config is not in default location |
-| `-Dremote.cache.enabled=true/false` | Remote cache and associated
features disabled/enabled | To remove noise from logs then remote cache
is not available |
-| `-Dremote.cache.save.enabled=true/false` | Remote cache save allowed or not
| To designate nodes which allowed to push in
remote shared cache |
-| `-Dremote.cache.save.final=true/false` | Is it allowed or not to override
produced cache | To ensure that reference build is not overridden
by interim build |
-| `-Dremote.cache.failFast=true/false` | Fail on the first module which
cannot be restored from cache | Remote cache setup/tuning/troubleshooting |
-| `-Dremote.cache.baselineUrl=<http url>` | Location of baseline build for
comparison | Remote cache setup/tuning/troubleshooting |
+| `-Dremote.cache.configPath=path to file` | Location of cache
configuration file | Cache config is not in default
location |
+| `-Dremote.cache.enabled=(true/false)` | Remote cache and
associated features disabled/enabled | To remove noise from logs then
remote cache is not available |
+| `-Dremote.cache.save.enabled=(true/false)` | Remote cache save
allowed or not | To designate nodes which allowed
to push in remote shared cache |
+| `-Dremote.cache.save.final=(true/false)` | Prohibit to override
remote cache | To ensure that reference build is
not overridden by interim build |
+| `-Dremote.cache.failFast=(true/false)` | Fail on the first
module which cannot be restored from cache | Remote cache
setup/tuning/troubleshooting |
+| `-Dremote.cache.baselineUrl=<http url>` | Location of baseline
build for comparison | Remote cache
setup/tuning/troubleshooting |
+| `-Dremote.cache.lazyRestore=(true/false)` | Restore artifacts
from remote cache lazily | Performance optimization |
+| `-Dremote.cache.restoreGeneratedSources=(true/false)` | Do not restore
generated sources and directly attached files | Performance optimization |
Review comment:
All of these property names should be in Maven scope, means
`maven.cache.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]