hboutemy commented on code in PR #13: URL: https://github.com/apache/maven-reporting-impl/pull/13#discussion_r1091293652
########## src/main/java/org/apache/maven/reporting/AbstractMavenReport.java: ########## @@ -159,6 +165,14 @@ /** The current report output directory to use */ private File reportOutputDirectory; + /** + * The output format: null by default, to represent a site, but can be configured to a Doxia sink. + */ + @Parameter( property = "output.format" ) Review Comment: I don't know if we should call it `reporting.format` instead... -- 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