It appears when using the maven-failsafe-plugin along with cucumber-jvm that a single failed Scenario is reported twice in the maven output. Is that expected? I've intentionally setup one test to fail, and when running mvn clean verify, the failure is reported twice and it appears I have two failures instead of one. I've attached all the output below.

maven v3.2.1
maven-failsafe-plugin v2.18
cucumber-jvm v1.2.2
using cucumber-java, cucumber-spring, and cucumber-junit
maven-failsafe-cucumber.txt