Marc Philipp created SUREFIRE-1862:
--------------------------------------
Summary: IntegrationTestMojo should not silently swallow
exceptions thrown by providers
Key: SUREFIRE-1862
URL: https://issues.apache.org/jira/browse/SUREFIRE-1862
Project: Maven Surefire
Issue Type: Bug
Components: Maven Failsafe Plugin
Reporter: Marc Philipp
The {{IntegrationTestMojo}}'s {{handleSummary}} method currently does not
handle the passed {{firstForkException}}:
[https://github.com/apache/maven-surefire/blob/52ec2773d168d35dcc681b184f72c1053a1b9f16/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java#L485-L508]
That leads to provider failures being silently ignored.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)