michael-o commented on code in PR #310: URL: https://github.com/apache/maven-plugin-tools/pull/310#discussion_r1696627114
########## 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 2 goals: Review Comment: two ########## maven-plugin-report-plugin/src/site/apt/examples/nofork.apt.vm: ########## @@ -0,0 +1,66 @@ + ------ + Generate Plugin Report without duplicate execution of phase process-classes. + ------ + Matt Nelson + ------ + 2024-07-29 + ------ + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + +Generate Plugin Report without duplicate execution of phase process-classes. + + * The standard goal <<<report>>> invokes separate lifecyle of <<<process-classes>>>. + + * In a CI environment you now might execute something like <<<mvn clean deploy site site-deploy>>>. Review Comment: `site site-deploy` is bad because it invokes site:site twice -- 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