protected void executeReport()

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( getOutputDirectory() + '/' + destDir );
        }
        catch ( IOException ioe )
        {
            throw new MavenReportException( "IO exception while executing external reporting tool", ioe );
        }
    }