kbuntrock commented on code in PR #148:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/148#discussion_r1580180732


##########
src/site/markdown/parameters.md:
##########
@@ -36,6 +36,7 @@ This document contains various configuration parameters 
supported by the cache e
 | `-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 separated 
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.skipCache=(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 matching artifacts do exist in caches |
+| `-Dmaven.build.cache.saveDisabled=(true/false)`            | Skip writing 
build result in caches. Does not affect reading from the cache.               | 
Configuring MR builds to benefits from the cache, but restricting writes to the 
`master` branch |

Review Comment:
   Works for me (it's even the title of my branch 😋).
   
   I've updated my commit.



-- 
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