elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1382472623
########## src/main/java/org/apache/maven/reporting/MavenReport.java: ########## @@ -53,10 +53,25 @@ public interface MavenReport { void generate(Sink sink, Locale locale) throws MavenReportException; /** - * Get the base name used to create report's output file(s). + * Get the path relative to {@link #getReportOutputDirectory()} where the report's main output + * file will be written. The last component is the name of the file without any extension. The + * actual output extension will by added by the sink implementation. + * <p> + * Note: This method won't be {@code default} anymore when {@link #getOutputName()} will be removed. Review Comment: will --> is -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org