Description
failBuild false does not work
Steps to Reproduce
- Configure the plugin with false
- Run plugin directly or indirectly via maven phase
Expected behavior
The build continues despite failures. Instead
- for JDK 17 it will stop when finding failures
- for JDK 25 it will stay in the jvm process but not continue, which can only be exited using kill signal (crtl+c)
Environment
- Maven version: maven 3.9.11
- openfasttrace-maven-plugin version: 2.3.0
- OS: OSX
- Java Version: Temurin 25.0.1 and Temurin 17.0.3