volodya-lombrozo / jtcop

Maven Plugin for checking tests in Java projects
MIT License
18 stars 2 forks source link

feat(#414): Add 'skip' Configuration #415

Closed volodya-lombrozo closed 2 months ago

volodya-lombrozo commented 2 months ago

In this PR I added skip option to the plugin.

If you want to skip the plugin execution, just set the skip property to true in the configuration:

<configuration>
  <skip>true</skip>
</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

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

volodya-lombrozo commented 2 months ago

@rultor merge

rultor commented 2 months ago

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 months ago

@rultor merge

@volodya-lombrozo Done! FYI, the full log is here (took me 5min)