Author: dennisl
Date: Sat Sep 6 21:33:46 2014
New Revision: 1622940
URL: http://svn.apache.org/r1622940
Log:
[MJAVADOC-371] Goals missing from overview page
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=1622940&r1=1622939&r2=1622940&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 Sat Sep
6 21:33:46 2014
@@ -3,8 +3,9 @@
------
Maria Odea Ching
Vincent Siveton
+ Dennis Lundberg
------
- 2013-07-22
+ 2014-09-06
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -48,7 +49,7 @@ javadoc.exe(or .sh) @options @packages |
* Goals Overview
- The Javadoc Plugin has twelve goals:
+ The Javadoc Plugin has 14 goals:
* {{{./javadoc-mojo.html}javadoc:javadoc}} generates the Javadoc files for
the project. It executes the standard
Javadoc tool and supports the parameters used by the tool.
@@ -90,6 +91,12 @@ javadoc.exe(or .sh) @options @packages |
* {{{./test-fix-mojo.html}javadoc:test-fix}} is an interactive goal which
fixes the Javadoc documentation and tags
for the test Java files.
+ * {{{./resource-bundle-mojo.html}javadoc:resource-bundle}} bundles the
<<<javadocDirectory>>> along with Javadoc
+ configuration options such as taglet, doclet, and link information into a
deployable artifact.
+
+ * {{{./test-resource-bundle-mojo.html}javadoc:test-resource-bundle}}
bundles the <<<testJavadocDirectory>>> along
+ with Javadoc configuration options such as taglet, doclet, and link
information into a deployable artifact.
+
[]
* Usage