AlexanderAshitkin commented on code in PR #24:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/24#discussion_r970829043


##########
src/site/markdown/parameters.md:
##########
@@ -32,6 +32,7 @@ This documents contains various configuration parameters 
supported by cache engi
 | `-Dmaven.build.cache.lazyRestore=(true/false)`             | Restore 
artifacts from remote cache lazily                                              
                                                 | Performance optimization |
 | `-Dmaven.build.cache.restoreGeneratedSources=(true/false)` | Do not restore 
generated sources and directly attached files                                   
                                          | Performance optimization |
 | `-Dmaven.build.cache.alwaysRunPlugins=<list of plugins>`   | Comma seprated 
list of plugins to always run regardless of cache state. An example: 
`maven-deploy-plugin:*,maven-install-plugin:install` | Remote cache 
setup/tuning/troubleshooting |
+| `-Dmaven.build.cache.skipLookup=(true/false)`              | Skip looking up 
artifacts in caches. Does not affect writing artifacts to caches, disables only 
reading when set to `true`               | May be used to trigger a forced 
rebuild when maching artifatcs do exist in caches|

Review Comment:
   PS from command line and pom perspective `-Dorg.maven.build.cache.rebuild` 
is more descriptive. skip lookup or just skip semantically similar to disable 
and could be confusing without documentation



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to