Test result output ist sent to System.out instead of using logger
-----------------------------------------------------------------
Key: SUREFIRE-725
URL: http://jira.codehaus.org/browse/SUREFIRE-725
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin
Affects Versions: 2.8
Reporter: Michael Osipov
If I run "mvn -q" I still see this:
{noformat}
[debug] execute contextualize
[debug] execute contextualize
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[debug] execute contextualize
[debug] execute contextualize
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[debug] execute contextualize
[debug] execute contextualize
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[debug] execute contextualize
{noformat}
It seems like the output is not sent through a logger.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira