You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "michael-o (via GitHub)" <gi...@apache.org> on 2023/01/31 15:29:22 UTC

[GitHub] [maven-reporting-impl] michael-o commented on a diff in pull request #13: [MSHARED-1168] support markup output

michael-o commented on code in PR #13:
URL: https://github.com/apache/maven-reporting-impl/pull/13#discussion_r1092097811


##########
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:
   `reporting.ouputFormat` since input format is implied.



-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org