Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Updated to add dash for no-fork #64

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions maven-javadoc-plugin/src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ javadoc.exe(or .sh) @options @packages | @argfile
* {{{./test-javadoc-mojo.html}javadoc:test-javadoc}} generates the test Javadoc files for the project. It executes
the standard Javadoc tool and supports the parameters used by the tool.

* {{{./javadoc-nofork-mojo.html}javadoc:javadoc-nofork}} generates the Javadoc files for the project.
* {{{./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.
by invoking <<<mvn clean deploy site>>>.

* {{{./test-javadoc-nofork-mojo.html}javadoc:test-javadoc-nofork}} generates the test Javadoc files for the project.
* {{{./test-javadoc-no-fork-mojo.html}javadoc:test-javadoc-no-fork}} generates the test Javadoc files for the project.
It executes the standard Javadoc tool and supports the parameters used by the tool 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>>>.
Expand Down