This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 22242c89 Correct javadoc-no-fork description on index-page (#368) 22242c89 is described below commit 22242c8900e169ef82b97c07bb6b062d5bc39110 Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Mon May 12 17:52:50 2025 +0200 Correct javadoc-no-fork description on index-page (#368) closes #367 --- src/site/apt/index.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 8fd188db..1adf491b 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -59,7 +59,7 @@ javadoc.exe(or .sh) @options @packages | @argfile * {{{./javadoc-no-fork-mojo.html}javadoc:javadoc-no-fork}} generates the Javadoc files for the project. It executes the standard Javadoc tool and supports the parameters used by the tool without forking the - <<<generate-sources>>> phase again. Note that this goal does require generation of test sources before site generation, e.g. + <<<generate-sources>>> phase again. Note that this goal does require generation of sources before site generation, e.g. by invoking <<<mvn clean deploy site>>>. * {{{./test-javadoc-no-fork-mojo.html}javadoc:test-javadoc-no-fork}} generates the test Javadoc files for the project.