519520521522523524525526527528529
getLog().info( "Surefire report directory: " + reportsDirectory ); int result; try { result = surefireBooter.run(); } catch ( SurefireBooterForkException e ) { throw new MojoExecutionException( e.getMessage(), e ); }
562563564565566567568569570571572
532533534535536537538539540541542