You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the `quiet-surefire` profile to set enableOutErrElements=false for
maven-surefire-plugin. This restores the behavior prior to Surefire 3.3
that stdout/stderr are not included in the TEST-<package>.<class>.xml
file for passing tests. The newer default behavior results in much
larger TEST-*.xml files that can be a problem for CI tools processing
them.
Contributed by Michael Smith
0 commit comments