Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.10
-
None
Description
With the release of the Maven Surefire Report Plugin 2.10, the failsafe report is now always generated along with the surefire report when the "report" goal is executed. Since our projects do not contain any integration tests run with the failsafe plugin, we do not want this report generated by default. It would be nice if the report goal exposed a configuration parameter that could be used to include/exclude individual reports (surefire / failsafe).