This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
The following commit(s) were added to refs/heads/master by this push:
new 4689ad9 (doc) Fix misspelling of 'XXX-no-fork' goals
4689ad9 is described below
commit 4689ad90538e7bb1987c958dd904e3afcea3ac21
Author: Laurent Verdoïa <[email protected]>
AuthorDate: Thu Nov 25 20:58:13 2021 +0100
(doc) Fix misspelling of 'XXX-no-fork' goals
---
maven-jxr-plugin/src/site/apt/index.apt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/maven-jxr-plugin/src/site/apt/index.apt
b/maven-jxr-plugin/src/site/apt/index.apt
index 5d094a1..27d98d3 100644
--- a/maven-jxr-plugin/src/site/apt/index.apt
+++ b/maven-jxr-plugin/src/site/apt/index.apt
@@ -37,13 +37,13 @@ Maven JXR Plugin
* {{{./jxr-mojo.html}jxr:jxr}} is used to generate a cross-reference page of
the project's main sources. The generated JXR
files can be linked to the javadocs of the project.
- * {{{./jxr-no-fork-mojo.html}jxr:jxr-nofork}} is used to generate a
cross-reference page of the project's main sources without forking the
<<<generate-sources>>> phase again. Note that this goal does require generation
of main sources before site generation, e.g. by invoking <<<mvn clean deploy
site>>>.
+ * {{{./jxr-no-fork-mojo.html}jxr:jxr-no-fork}} is used to generate a
cross-reference page of the project's main sources without forking the
<<<generate-sources>>> phase again. Note that this goal does require generation
of main sources before site generation, e.g. by invoking <<<mvn clean deploy
site>>>.
* {{{./aggregate-mojo.html}jxr:aggregate}} is used to generate an aggregated
cross-reference page of the project's main sources. The generated JXR files can
be linked to the javadocs of the project.
* {{{./test-jxr-mojo.html}jxr:test-jxr}} on the other hand, is used to
generate a cross-reference page of the project's test sources.
- * {{{./test-jxr-no-fork-mojo.html}jxr:test-jxr-nofork}} on the other hand,
is used to generate a cross-reference page of the project's test sources.
without forking the <<<generate-test-sources>>> phase again. Note that this
goal does require generation of test sources before site generation, e.g. by
invoking <<<mvn clean deploy site>>>.
+ * {{{./test-jxr-no-fork-mojo.html}jxr:test-jxr-no-fork}} on the other hand,
is used to generate a cross-reference page of the project's test sources.
without forking the <<<generate-test-sources>>> phase again. Note that this
goal does require generation of test sources before site generation, e.g. by
invoking <<<mvn clean deploy site>>>.
* {{{./test-aggregate-mojo.html}jxr:test-aggregate}} on the other hand, is
used to generate an aggregated cross-reference page of the project's test
sources.