protected String getOutputDirectory()

in src/main/java/org/apache/maven/reporting/AbstractMavenReport.java [386:388]


    protected String getOutputDirectory() {
        return outputDirectory.getAbsolutePath();
    }