this.getLog().info(formatter.endTestSuite());
if (result.failureCount() > 0 || result.errorCount() > 0)
{
throw new MojoExecutionException("Test are some test failures");
}
processor.shutdown();
}
catch (final Throwable throwable)
{
if (throwable instanceof MojoExecutionException)
{