Closed volodya-lombrozo closed 2 months ago
In this PR I added skip option to the plugin.
skip
If you want to skip the plugin execution, just set the skip property to true in the configuration:
true
<configuration> <skip>true</skip> </configuration>
Related to: #414 History:
The focus of this PR is to introduce a skip feature in a Maven plugin to allow skipping plugin execution based on configuration.
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
@rultor merge
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here
@volodya-lombrozo Done! FYI, the full log is here (took me 5min)
In this PR I added
skip
option to the plugin.If you want to skip the plugin execution, just set the
skip
property totrue
in the configuration:Related to: #414 History:
PR-Codex overview
The focus of this PR is to introduce a
skip
feature in a Maven plugin to allow skipping plugin execution based on configuration.Detailed summary
skip
property in plugin configuration to skip executionskip
feature validation in integration testsskip
configuration for integration tests