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'm missing a a surefire feature where one can have -Dmaven.test.failure.ignore=true to not fail (but create test reports) if a test currently fails.
This is useful if you run it on a CI server and want to collect all test reports at the end and e.g. mark a build with failing test yellow.
As it is very common, it would be good if BND could also support the maven.test.failure.ignore property.