michael-o commented on code in PR #310: URL: https://github.com/apache/maven-plugin-tools/pull/310#discussion_r1699896194
########## maven-plugin-report-plugin/src/site/apt/index.apt: ########## @@ -32,10 +32,11 @@ Maven Plugin Report Plugin * Goals Overview - The Plugin Report Plugin has one goal {{{./report-mojo.html}plugin-report:report}} which generates the plugin - documentation: one overview report and documentation for each plugin's goal (mojo). + The Plugin Report Plugin has two goals: - [] + * {{{./report-mojo.html}plugin-report:report}} which generates the plugin documentation: one overview report and documentation for each plugin's goal (mojo). + + * {{{./report-no-fork-mojo.html}plugin-report:report-no-fork}} which generates the plugin documentation: one overview report and documentation for each plugin's goal (mojo) without forking the <<<process-classes>>> phase again. Note that this goal does require generation of classes before site generation, e.g. by invoking <<<mvn clean deploy site>>>. Review Comment: I think deploy is too much, verify or package are enough here -- 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