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

Commit

Permalink
fixed index page: added dash to nofork => no-fork
Browse files Browse the repository at this point in the history
submitted by: DylanLWScott
This closes #64

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin@1709248 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Oct 18, 2015
1 parent 0b4f776 commit 44d04f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit 44d04f5

Please sign in to comment.