Author: hboutemy
Date: Sun Oct 18 09:08:40 2015
New Revision: 1709248

URL: http://svn.apache.org/viewvc?rev=1709248&view=rev
Log:
fixed index page: added dash to nofork => no-fork
submitted by: DylanLWScott
This closes #64

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt.vm?rev=1709248&r1=1709247&r2=1709248&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt.vm 
(original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt.vm Sun Oct 
18 09:08:40 2015
@@ -57,12 +57,12 @@ javadoc.exe(or .sh) @options @packages |
    * {{{./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>>>.


Reply via email to