in src/it/setup-reporting-plugin/src/main/java/org/apache/maven/reporting/its/custom/ExternalReport.java [67:78]
protected void executeReport( Locale locale )
throws MavenReportException
{
try
{
executeExternalTool( new File( getReportOutputDirectory(), outputDirName ) );
}
catch ( IOException ioe )
{
throw new MavenReportException( "IO exception while executing external reporting tool", ioe );
}
}