gnodet commented on code in PR #14144: URL: https://github.com/apache/camel/pull/14144#discussion_r1600210518
########## parent/pom.xml: ########## @@ -3535,8 +3535,8 @@ <failIfNoTests>false</failIfNoTests> <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> <runOrder>alphabetical</runOrder> - <!-- lets re-run the failed test one more time, just to be sure --> - <rerunFailingTestsCount>0</rerunFailingTestsCount> + <!-- lets re-run the failed test, just to be sure --> + <rerunFailingTestsCount>2</rerunFailingTestsCount> Review Comment: > @gnodet oh, so you mean this one is overriding the property we set manually? OMG. Yes, the properties used as default values for plugin configs are... defaults ;-) So if the plugin configuration specifically sets a value, the property won't be used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org