When I specify any reporters I've got output like this: ``` [info] Writing report UT_COVERAGE_SONAR_REPORTER to .../target/coverage-sonar.xml [info] Writing report UT_SONAR_TEST_REPORTER to .../target/test-sonar.xml ``` When there are no repoters specified i've got output like this: ``` Finished in 17.017049 seconds 157 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s) ``` Can I get both? Can't find any parameters in docs to control it.