You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: