As described on this issue, Jenkins1 adds the property maven.test.failure.ignore when executing Surefire & Failsafe plugins, so when tests fail on a build, the job continues. Eventually, the maven state is SUCCESS and jenkins state is UNSTABLE.
On Jenkins2, the behaviour seems different, the job fails if Failsafe "verify" goal reports any failure.
Is there a way to configure the Jenkins2 job to have the Jenkins1 behaviour ? (Except by adding manually the maven property...)