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
I'd like to be able to configure when to enable/disable this plugin dynamically.
Other maven plugins generally provide a skip configuration that allows you to switch it on and off.
The text was updated successfully, but these errors were encountered:
41: General improvement & impl. issue #22 r=pihme a=M1chaCH
**Changes:**
- [move from specific maven version to minimal required version](bd1606f)
Before: You can only use this plugin with the maven version 3.6.2.
Now: The plugin can be used by all maven versions newer or equal to 3.6.2.
- [use fullClassName in summary file](4470e69)
Provides more detailed information about the flaky test.
- [add skip feature](8c13769)
Enables the user to skip the plugin. Was requested in [issue #22 ](#22).
Co-authored-by: Micha Schweizer <micha.schweizer@swisslog.com>
I'd like to be able to configure when to enable/disable this plugin dynamically.
Other maven plugins generally provide a
skip
configuration that allows you to switch it on and off.The text was updated successfully, but these errors were encountered: