rewrite-docs
rewrite-docs copied to clipboard
additionalPlainTextMasks plugin option not documented
What problem are you trying to solve?
additionalPlainTextMasks is not documented here:
https://docs.openrewrite.org/reference/rewrite-maven-plugin
Thanks for pointing this out @philippe-granet ! Indeed some options are only in our generated plugin documentation at: https://openrewrite.github.io/rewrite-maven-plugin/plugin-info.html
Perhaps we could look at using https://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-markdown/ to generate Markdown that we can include here, such that we don't have to repeat ourselves when it comes to documenting options.