It is typical and even expected for Maven plugins to have a <skip> option, so that we can provide (via properties, profiles, etc.) a way to skip the plugin execution. See for example the Antrun Plugin <skip> option and the Maven Assembly Plugin <skipAssembly> option. (I could provide a long list of similar plugins.)
Please provide a Maven configuration option to skip execution for each goal (e.g. regex-property) of this plugin. Thank you.