You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/19 19:31:48 UTC

svn commit: r829394 [20/31] - in /websites/production/maventest/content/plugins/maven-javadoc-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/javadoc/ apidocs/org/apache/maven/plugin/javadoc/class-use/ apidocs/org/apache/maven/plugin/javadoc...

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-jar-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-jar-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-jar-mojo.html Sun Aug 19 17:31:42 2012
@@ -73,8 +73,8 @@
             
   
     
-             | Last Published: 2009-07-26
-               | Version: 2.6
+             | Last Published: 2009-10-23
+               | Version: 2.6.1
             </div>
       <div class="clear">
         <hr/>
@@ -303,7 +303,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="javadoc:test-jar"></a>javadoc:test-jar</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-javadoc-plugin:2.6:test-jar</p>
+<p>org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:test-jar</p>
 <p><strong>Description</strong>:</p>
 <div>Bundles the Javadoc documentation for <code>test Java code</code>
 in an <b>NON aggregator</b> project into a jar using the standard
@@ -352,7 +352,10 @@ See <a href="http://java.sun.com/j2se/1.
 Jflag</a>. <br />
 
 See <a href="http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp" class="externalLink">
-vmoptions</a>.<br />
+vmoptions</a>. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html" class="externalLink">
+Networking Properties</a>.<br />
 </td>
 </tr>
 <tr class="a"><td><strong><a href="#additionalparam">additionalparam</a></strong></td>
@@ -399,7 +402,10 @@ author</a>. <br />
 <tr class="b"><td><strong><a href="#bootclasspath">bootclasspath</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.5</code></td>
-<td>Specifies the paths where the boot classes reside. <br />
+<td>Specifies the paths where the boot classes reside. The
+<code>bootclasspath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bootclasspath" class="externalLink">
 bootclasspath</a>. <br />
@@ -447,7 +453,7 @@ Inc.&lt;a&gt;]]&gt;</code><br />
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bottom" class="externalLink">
 bottom</a>. <br />
 <br />
-<strong>Default value is</strong>: <code>Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code>.</td>
+<strong>Default value is</strong>: <code>Copyright &amp;#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#breakiterator">breakiterator</a></strong></td>
 <td><code>boolean</code></td>
@@ -478,8 +484,10 @@ charset</a>. <br />
 <tr class="a"><td><strong><a href="#debug">debug</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>2.1</code></td>
-<td>Set this to 'true' to debug Javadoc plugin. With this, 'options'
-and 'files' files are provided. <br />
+<td>Set this to <code>true</code> to debug the Javadoc plugin. With
+this, <code>javadoc.bat(or.sh)</code>, <code>options</code>,
+<code>@packages</code> or <code>argfile</code> files are provided
+in the output directory. <br />
 <br />
 <strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
@@ -522,8 +530,8 @@ i.e.: 
 
 <pre>
 &lt;dependency&gt;
-&lt;groupId&gt;commons-lang&lt;/groupId&gt;
-&lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
+  &lt;groupId&gt;commons-lang&lt;/groupId&gt;
+  &lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
 &lt;/dependency&gt;
 </pre>
 
@@ -565,7 +573,11 @@ docencoding</a>.<br />
 <tr class="a"><td><strong><a href="#docfilessubdirs">docfilessubdirs</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>2.5</code></td>
-<td>Enables deep copying of &quot;doc-files&quot; directories. <br />
+<td>Enables deep copying of the <code>**/doc-files</code> directories
+and the specifc <code>resources</code> directory from the
+<code>javadocDirectory</code> directory (for instance,
+<code>src/main/javadoc/com/mycompany/myapp/doc-files</code> and
+<code>src/main/javadoc/resources</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docfilessubdirs" class="externalLink">
 docfilessubdirs</a>. <br />
@@ -643,9 +655,9 @@ Javadoc</a>. <br />
 <td><code>2.5</code></td>
 <td>Specifies the path to the doclet starting class file (specified
 with the <code>-doclet</code> option) and any jar files it depends
-on. The docletPath can contain multiple paths by separating them
-with a colon (<code>:</code>) on Solaris and a semi-colon
-(<code>;</code>) on Windows. <br />
+on. The <code>docletPath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docletpath" class="externalLink">
 docletpath</a>.<br />
@@ -682,8 +694,14 @@ reverted in 2.5. <br />
 <td><code>2.5</code></td>
 <td>Unconditionally excludes the specified packages and their
 subpackages from the list formed by <code>-subpackages</code>.
-Multiple packages can be separated by colons (<code>:</code>).
-<br />
+Multiple packages can be separated by commas (<code>,</code>),
+colons (<code>:</code>) or semicolons (<code>;</code>). <br />
+
+Example: 
+
+<pre>
+&lt;excludePackageNames&gt;*.internal:org.acme.exclude1.*:org.acme.exclude2&lt;/excludePackageNames&gt;
+</pre><br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#exclude" class="externalLink">
 exclude</a>. <br />
@@ -710,8 +728,8 @@ Java 1.4</a>.<br />
 <td><code>String</code></td>
 <td><code>2.5</code></td>
 <td>Specifies the directories where extension classes reside. Separate
-directories in dirlist with a colon (<code>:</code>) on Solaris and
-a semi-colon (<code>;</code>) on Windows. <br />
+directories in <code>extdirs</code> with a colon (<code>:</code>)
+or a semi-colon (<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#extdirs" class="externalLink">
 extdirs</a>.<br />
@@ -751,19 +769,30 @@ an asterisk (<code>*</code>) meaning &qu
 Multiple patterns can be included in a group by separating them
 with colons (<code>:</code>). <br />
 
-See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
-group</a>. <br />
-
 Example: 
 
 <pre>
 &lt;groups&gt;
   &lt;group&gt;
     &lt;title&gt;Core Packages&lt;/title&gt;
-    &lt;packages&gt;org.apache.core&lt;/packages&gt;
+    &lt;!-- To includes java.lang, java.lang.ref,
+    java.lang.reflect and only java.util
+    (i.e. not java.util.jar) --&gt;
+    &lt;packages&gt;java.lang*:java.util&lt;/packages&gt;
+  &lt;/group&gt;
+  &lt;group&gt;
+    &lt;title&gt;Extension Packages&lt;/title&gt;
+     &lt;!-- To include javax.accessibility,
+    javax.crypto, ... (among others) --&gt;
+    &lt;packages&gt;javax.*&lt;/packages&gt;
   &lt;/group&gt;
 &lt;/groups&gt;
-</pre><br />
+</pre><b>Note</b>: using <code>java.lang.*</code> for
+<code>packages</code> would omit the <code>java.lang</code> package
+but using <code>java.lang*</code> will include it. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
+group</a>. <br />
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Group.html">
 Javadoc</a>. <br />
@@ -804,24 +833,24 @@ in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;helpfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/helpfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -900,25 +929,29 @@ Java 5.0</a>. <br />
 <td><code>2.5</code></td>
 <td>Creates links to existing javadoc-generated documentation of
 external referenced classes. <br />
-<b>Note 1</b>: only used is <code>isOffline</code> is set to
-<code>false</code>. <br />
-<b>Note 2</b>: all given links should have a fetchable
+<b>Notes</b>: 
+
+<ol type="1"><li>only used is <code>isOffline</code> is set to
+<code>false</code>.</li>
+<li>all given links should have a fetchable
 <code>/package-list</code> file. For instance: 
 
 <pre>
 &lt;links&gt;
-&lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
+  &lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
 &lt;links&gt;
 </pre>
 
 will be used because
 <code>http://java.sun.com/j2se/1.4.2/docs/api/package-list</code>
-exists. <br />
-<b>Note 1</b>: if <code>detectLinks</code> is defined, the links
-between the project dependencies are automatically added. <b>Note
-2</b>: if <code>detectJavaApiLink</code> is defined, a Java API
-link, based on the Java verion of the project's sources, will be
-added automatically. <br />
+exists.</li>
+<li>if <code>detectLinks</code> is defined, the links between the
+project dependencies are automatically added.</li>
+<li>if <code>detectJavaApiLink</code> is defined, a Java API link,
+based on the Java verion of the project's sources, will be added
+automatically.</li>
+</ol>
+
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#link" class="externalLink">
 link</a>.<br />
@@ -1062,7 +1095,13 @@ Standard Doclet undocumented option. <br
 <td><code>String</code></td>
 <td><code>2.5</code></td>
 <td>Omits qualifying package name from ahead of class names in output.
-<br />
+Example: 
+
+<pre>
+&lt;noqualifier&gt;all&lt;/noqualifier&gt;
+or
+&lt;noqualifier&gt;packagename1:packagename2&lt;/noqualifier&gt;
+</pre>
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#noqualifier" class="externalLink">
 noqualifier</a>. <br />
@@ -1282,8 +1321,9 @@ Java 1.4</a>.<br />
 <td><code>String</code></td>
 <td><code>2.5</code></td>
 <td>Specifies the source paths where the subpackages are located. The
-paths are separated with a colon (<code>:</code>) on Solaris and a
-semi-colon (<code>;</code>) on Windows. <br />
+<code>sourcepath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#sourcepath" class="externalLink">
 sourcepath</a>.<br />
@@ -1353,24 +1393,24 @@ be in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -1477,9 +1517,9 @@ Javadoc</a>. <br />
 <td><code>String</code></td>
 <td><code>2.5</code></td>
 <td>Specifies the search paths for finding taglet class files (.class).
-The tagletPath can contain multiple paths by separating them with a
-colon (<code>:</code>) on Solaris and a semi-colon (<code>;</code>)
-on Windows. <br />
+The <code>tagletpath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tagletpath" class="externalLink">
 tagletpath</a>. <br />
@@ -1542,7 +1582,20 @@ Example: 
     &lt;head&gt;To Do:&lt;/head&gt;
   &lt;/tag&gt;
 &lt;/tags&gt;
-</pre><br />
+</pre><b>Note</b>: the placement should be a combinaison of Xaoptcmf
+letters: 
+
+<ul><li><b><code>X</code></b> (disable tag)</li>
+<li><b><code>a</code></b> (all)</li>
+<li><b><code>o</code></b> (overview)</li>
+<li><b><code>p</code></b> (packages)</li>
+<li><b><code>t</code></b> (types, that is classes and
+interfaces)</li>
+<li><b><code>c</code></b> (constructors)</li>
+<li><b><code>m</code></b> (methods)</li>
+<li><b><code>f</code></b> (fields)</li>
+</ul>
+
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Tag.html">Javadoc</a>.
 <br />
@@ -1687,7 +1740,10 @@ See <a href="http://java.sun.com/j2se/1.
 Jflag</a>. <br />
 
 See <a href="http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp" class="externalLink">
-vmoptions</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+vmoptions</a>. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html" class="externalLink">
+Networking Properties</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.3</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${additionalJOption}</code></li>
@@ -1743,7 +1799,10 @@ author</a>. <br />
 </ul>
 <hr />
 <p><strong><a name="bootclasspath">bootclasspath</a>:</strong></p>
-<div>Specifies the paths where the boot classes reside. <br />
+<div>Specifies the paths where the boot classes reside. The
+<code>bootclasspath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bootclasspath" class="externalLink">
 bootclasspath</a>. <br />
@@ -1796,7 +1855,7 @@ bottom</a>. <br />
 <li><strong>Since</strong>: <code>2.5</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${bottom}</code></li>
-<li><strong>Default</strong>: <code>Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code></li>
+<li><strong>Default</strong>: <code>Copyright &amp;#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code></li>
 </ul>
 <hr />
 <p><strong><a name="breakiterator">breakiterator</a>:</strong></p>
@@ -1829,8 +1888,10 @@ charset</a>. <br />
 </ul>
 <hr />
 <p><strong><a name="debug">debug</a>:</strong></p>
-<div>Set this to 'true' to debug Javadoc plugin. With this, 'options'
-and 'files' files are provided. <br />
+<div>Set this to <code>true</code> to debug the Javadoc plugin. With
+this, <code>javadoc.bat(or.sh)</code>, <code>options</code>,
+<code>@packages</code> or <code>argfile</code> files are provided
+in the output directory. <br />
 </div><ul><li><strong>Type</strong>: <code>boolean</code></li>
 <li><strong>Since</strong>: <code>2.1</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
@@ -1878,8 +1939,8 @@ i.e.: 
 
 <pre>
 &lt;dependency&gt;
-&lt;groupId&gt;commons-lang&lt;/groupId&gt;
-&lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
+  &lt;groupId&gt;commons-lang&lt;/groupId&gt;
+  &lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
 &lt;/dependency&gt;
 </pre>
 
@@ -1927,7 +1988,11 @@ docencoding</a>.</div><ul><li><strong>Ty
 </ul>
 <hr />
 <p><strong><a name="docfilessubdirs">docfilessubdirs</a>:</strong></p>
-<div>Enables deep copying of &quot;doc-files&quot; directories. <br />
+<div>Enables deep copying of the <code>**/doc-files</code> directories
+and the specifc <code>resources</code> directory from the
+<code>javadocDirectory</code> directory (for instance,
+<code>src/main/javadoc/com/mycompany/myapp/doc-files</code> and
+<code>src/main/javadoc/resources</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docfilessubdirs" class="externalLink">
 docfilessubdirs</a>. <br />
@@ -2010,9 +2075,9 @@ Javadoc</a>. <br />
 <p><strong><a name="docletPath">docletPath</a>:</strong></p>
 <div>Specifies the path to the doclet starting class file (specified
 with the <code>-doclet</code> option) and any jar files it depends
-on. The docletPath can contain multiple paths by separating them
-with a colon (<code>:</code>) on Solaris and a semi-colon
-(<code>;</code>) on Windows. <br />
+on. The <code>docletPath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docletpath" class="externalLink">
 docletpath</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2054,8 +2119,14 @@ reverted in 2.5. <br />
 <p><strong><a name="excludePackageNames">excludePackageNames</a>:</strong></p>
 <div>Unconditionally excludes the specified packages and their
 subpackages from the list formed by <code>-subpackages</code>.
-Multiple packages can be separated by colons (<code>:</code>).
-<br />
+Multiple packages can be separated by commas (<code>,</code>),
+colons (<code>:</code>) or semicolons (<code>;</code>). <br />
+
+Example: 
+
+<pre>
+&lt;excludePackageNames&gt;*.internal:org.acme.exclude1.*:org.acme.exclude2&lt;/excludePackageNames&gt;
+</pre><br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#exclude" class="externalLink">
 exclude</a>. <br />
@@ -2084,8 +2155,8 @@ Java 1.4</a>.</div><ul><li><strong>Type<
 <hr />
 <p><strong><a name="extdirs">extdirs</a>:</strong></p>
 <div>Specifies the directories where extension classes reside. Separate
-directories in dirlist with a colon (<code>:</code>) on Solaris and
-a semi-colon (<code>;</code>) on Windows. <br />
+directories in <code>extdirs</code> with a colon (<code>:</code>)
+or a semi-colon (<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#extdirs" class="externalLink">
 extdirs</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2130,19 +2201,30 @@ an asterisk (<code>*</code>) meaning &qu
 Multiple patterns can be included in a group by separating them
 with colons (<code>:</code>). <br />
 
-See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
-group</a>. <br />
-
 Example: 
 
 <pre>
 &lt;groups&gt;
   &lt;group&gt;
     &lt;title&gt;Core Packages&lt;/title&gt;
-    &lt;packages&gt;org.apache.core&lt;/packages&gt;
+    &lt;!-- To includes java.lang, java.lang.ref,
+    java.lang.reflect and only java.util
+    (i.e. not java.util.jar) --&gt;
+    &lt;packages&gt;java.lang*:java.util&lt;/packages&gt;
+  &lt;/group&gt;
+  &lt;group&gt;
+    &lt;title&gt;Extension Packages&lt;/title&gt;
+     &lt;!-- To include javax.accessibility,
+    javax.crypto, ... (among others) --&gt;
+    &lt;packages&gt;javax.*&lt;/packages&gt;
   &lt;/group&gt;
 &lt;/groups&gt;
-</pre><br />
+</pre><b>Note</b>: using <code>java.lang.*</code> for
+<code>packages</code> would omit the <code>java.lang</code> package
+but using <code>java.lang*</code> will include it. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
+group</a>. <br />
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Group.html">
 Javadoc</a>. <br />
@@ -2185,24 +2267,24 @@ in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;helpfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/helpfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -2289,25 +2371,29 @@ Java 5.0</a>. <br />
 <p><strong><a name="links">links</a>:</strong></p>
 <div>Creates links to existing javadoc-generated documentation of
 external referenced classes. <br />
-<b>Note 1</b>: only used is <code>isOffline</code> is set to
-<code>false</code>. <br />
-<b>Note 2</b>: all given links should have a fetchable
+<b>Notes</b>: 
+
+<ol type="1"><li>only used is <code>isOffline</code> is set to
+<code>false</code>.</li>
+<li>all given links should have a fetchable
 <code>/package-list</code> file. For instance: 
 
 <pre>
 &lt;links&gt;
-&lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
+  &lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
 &lt;links&gt;
 </pre>
 
 will be used because
 <code>http://java.sun.com/j2se/1.4.2/docs/api/package-list</code>
-exists. <br />
-<b>Note 1</b>: if <code>detectLinks</code> is defined, the links
-between the project dependencies are automatically added. <b>Note
-2</b>: if <code>detectJavaApiLink</code> is defined, a Java API
-link, based on the Java verion of the project's sources, will be
-added automatically. <br />
+exists.</li>
+<li>if <code>detectLinks</code> is defined, the links between the
+project dependencies are automatically added.</li>
+<li>if <code>detectJavaApiLink</code> is defined, a Java API link,
+based on the Java verion of the project's sources, will be added
+automatically.</li>
+</ol>
+
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#link" class="externalLink">
 link</a>.</div><ul><li><strong>Type</strong>: <code>java.util.ArrayList</code></li>
@@ -2472,7 +2558,13 @@ Standard Doclet undocumented option. <br
 <hr />
 <p><strong><a name="noqualifier">noqualifier</a>:</strong></p>
 <div>Omits qualifying package name from ahead of class names in output.
-<br />
+Example: 
+
+<pre>
+&lt;noqualifier&gt;all&lt;/noqualifier&gt;
+or
+&lt;noqualifier&gt;packagename1:packagename2&lt;/noqualifier&gt;
+</pre>
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#noqualifier" class="externalLink">
 noqualifier</a>. <br />
@@ -2738,8 +2830,9 @@ Java 1.4</a>.</div><ul><li><strong>Type<
 <hr />
 <p><strong><a name="sourcepath">sourcepath</a>:</strong></p>
 <div>Specifies the source paths where the subpackages are located. The
-paths are separated with a colon (<code>:</code>) on Solaris and a
-semi-colon (<code>;</code>) on Windows. <br />
+<code>sourcepath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#sourcepath" class="externalLink">
 sourcepath</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2815,24 +2908,24 @@ be in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -2944,9 +3037,9 @@ Javadoc</a>. <br />
 <hr />
 <p><strong><a name="tagletpath">tagletpath</a>:</strong></p>
 <div>Specifies the search paths for finding taglet class files (.class).
-The tagletPath can contain multiple paths by separating them with a
-colon (<code>:</code>) on Solaris and a semi-colon (<code>;</code>)
-on Windows. <br />
+The <code>tagletpath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tagletpath" class="externalLink">
 tagletpath</a>. <br />
@@ -3011,7 +3104,20 @@ Example: 
     &lt;head&gt;To Do:&lt;/head&gt;
   &lt;/tag&gt;
 &lt;/tags&gt;
-</pre><br />
+</pre><b>Note</b>: the placement should be a combinaison of Xaoptcmf
+letters: 
+
+<ul><li><b><code>X</code></b> (disable tag)</li>
+<li><b><code>a</code></b> (all)</li>
+<li><b><code>o</code></b> (overview)</li>
+<li><b><code>p</code></b> (packages)</li>
+<li><b><code>t</code></b> (types, that is classes and
+interfaces)</li>
+<li><b><code>c</code></b> (constructors)</li>
+<li><b><code>m</code></b> (methods)</li>
+<li><b><code>f</code></b> (fields)</li>
+</ul>
+
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Tag.html">Javadoc</a>.
 <br />

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-javadoc-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-javadoc-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/test-javadoc-mojo.html Sun Aug 19 17:31:42 2012
@@ -73,8 +73,8 @@
             
   
     
-            &nbsp;| Last Published: 2009-07-26
-              &nbsp;| Version: 2.6
+            &nbsp;| Last Published: 2009-10-23
+              &nbsp;| Version: 2.6.1
             </div>
       <div class="clear">
         <hr/>
@@ -304,7 +304,7 @@
         <div class="section"><h2><a name="javadoc:test-javadoc"></a>javadoc:test-javadoc</h2>
 <p><strong>Note</strong>:This goal should be used as a Maven report.</p>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-javadoc-plugin:2.6:test-javadoc</p>
+<p>org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:test-javadoc</p>
 <p><strong>Description</strong>:</p>
 <div>Generates documentation for the <code>Java Test code</code> in an
 <b>NON aggregator</b> project using the standard <a href="http://java.sun.com/j2se/javadoc/" class="externalLink">Javadoc Tool</a>.</div><p><strong>Attributes</strong>:</p>
@@ -335,7 +335,7 @@ d</a>. <br />
 <td><code>2.3</code></td>
 <td>Specifies the destination directory where test Javadoc saves the
 generated HTML files.<br />
-</td>
+<strong>Default value is</strong>: <code>${project.reporting.outputDirectory}/testapidocs</code>.</td>
 </tr>
 </table>
 </div>
@@ -359,7 +359,10 @@ See <a href="http://java.sun.com/j2se/1.
 Jflag</a>. <br />
 
 See <a href="http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp" class="externalLink">
-vmoptions</a>.<br />
+vmoptions</a>. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html" class="externalLink">
+Networking Properties</a>.<br />
 </td>
 </tr>
 <tr class="b"><td><strong><a href="#additionalparam">additionalparam</a></strong></td>
@@ -391,7 +394,10 @@ author</a>. <br />
 <tr class="a"><td><strong><a href="#bootclasspath">bootclasspath</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.5</code></td>
-<td>Specifies the paths where the boot classes reside. <br />
+<td>Specifies the paths where the boot classes reside. The
+<code>bootclasspath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bootclasspath" class="externalLink">
 bootclasspath</a>. <br />
@@ -439,7 +445,7 @@ Inc.&lt;a&gt;]]&gt;</code><br />
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bottom" class="externalLink">
 bottom</a>. <br />
 <br />
-<strong>Default value is</strong>: <code>Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code>.</td>
+<strong>Default value is</strong>: <code>Copyright &amp;#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#breakiterator">breakiterator</a></strong></td>
 <td><code>boolean</code></td>
@@ -470,15 +476,18 @@ charset</a>. <br />
 <tr class="b"><td><strong><a href="#debug">debug</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>2.1</code></td>
-<td>Set this to 'true' to debug Javadoc plugin. With this, 'options'
-and 'files' files are provided. <br />
+<td>Set this to <code>true</code> to debug the Javadoc plugin. With
+this, <code>javadoc.bat(or.sh)</code>, <code>options</code>,
+<code>@packages</code> or <code>argfile</code> files are provided
+in the output directory. <br />
 <br />
 <strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#description">description</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.1</code></td>
-<td>The description of the Javadoc report.<br />
+<td>The description of the Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).<br />
 </td>
 </tr>
 <tr class="b"><td><strong><a href="#destDir">destDir</a></strong></td>
@@ -519,8 +528,8 @@ i.e.: 
 
 <pre>
 &lt;dependency&gt;
-&lt;groupId&gt;commons-lang&lt;/groupId&gt;
-&lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
+  &lt;groupId&gt;commons-lang&lt;/groupId&gt;
+  &lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
 &lt;/dependency&gt;
 </pre>
 
@@ -562,7 +571,11 @@ docencoding</a>.<br />
 <tr class="a"><td><strong><a href="#docfilessubdirs">docfilessubdirs</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>2.3</code></td>
-<td>Enables deep copying of &quot;doc-files&quot; directories. <br />
+<td>Enables deep copying of the <code>**/doc-files</code> directories
+and the specifc <code>resources</code> directory from the
+<code>javadocDirectory</code> directory (for instance,
+<code>src/main/javadoc/com/mycompany/myapp/doc-files</code> and
+<code>src/main/javadoc/resources</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docfilessubdirs" class="externalLink">
 docfilessubdirs</a>. <br />
@@ -640,9 +653,9 @@ Javadoc</a>. <br />
 <td><code>2.3</code></td>
 <td>Specifies the path to the doclet starting class file (specified
 with the <code>-doclet</code> option) and any jar files it depends
-on. The docletPath can contain multiple paths by separating them
-with a colon (<code>:</code>) on Solaris and a semi-colon
-(<code>;</code>) on Windows. <br />
+on. The <code>docletPath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docletpath" class="externalLink">
 docletpath</a>.<br />
@@ -679,8 +692,14 @@ reverted in 2.5. <br />
 <td><code>2.3</code></td>
 <td>Unconditionally excludes the specified packages and their
 subpackages from the list formed by <code>-subpackages</code>.
-Multiple packages can be separated by colons (<code>:</code>).
-<br />
+Multiple packages can be separated by commas (<code>,</code>),
+colons (<code>:</code>) or semicolons (<code>;</code>). <br />
+
+Example: 
+
+<pre>
+&lt;excludePackageNames&gt;*.internal:org.acme.exclude1.*:org.acme.exclude2&lt;/excludePackageNames&gt;
+</pre><br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#exclude" class="externalLink">
 exclude</a>. <br />
@@ -707,8 +726,8 @@ Java 1.4</a>.<br />
 <td><code>String</code></td>
 <td><code>2.3</code></td>
 <td>Specifies the directories where extension classes reside. Separate
-directories in dirlist with a colon (<code>:</code>) on Solaris and
-a semi-colon (<code>;</code>) on Windows. <br />
+directories in <code>extdirs</code> with a colon (<code>:</code>)
+or a semi-colon (<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#extdirs" class="externalLink">
 extdirs</a>.<br />
@@ -740,19 +759,30 @@ an asterisk (<code>*</code>) meaning &qu
 Multiple patterns can be included in a group by separating them
 with colons (<code>:</code>). <br />
 
-See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
-group</a>. <br />
-
 Example: 
 
 <pre>
 &lt;groups&gt;
   &lt;group&gt;
     &lt;title&gt;Core Packages&lt;/title&gt;
-    &lt;packages&gt;org.apache.core&lt;/packages&gt;
+    &lt;!-- To includes java.lang, java.lang.ref,
+    java.lang.reflect and only java.util
+    (i.e. not java.util.jar) --&gt;
+    &lt;packages&gt;java.lang*:java.util&lt;/packages&gt;
+  &lt;/group&gt;
+  &lt;group&gt;
+    &lt;title&gt;Extension Packages&lt;/title&gt;
+     &lt;!-- To include javax.accessibility,
+    javax.crypto, ... (among others) --&gt;
+    &lt;packages&gt;javax.*&lt;/packages&gt;
   &lt;/group&gt;
 &lt;/groups&gt;
-</pre><br />
+</pre><b>Note</b>: using <code>java.lang.*</code> for
+<code>packages</code> would omit the <code>java.lang</code> package
+but using <code>java.lang*</code> will include it. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
+group</a>. <br />
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Group.html">
 Javadoc</a>. <br />
@@ -793,24 +823,24 @@ in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;helpfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/helpfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -883,25 +913,29 @@ Java 5.0</a>. <br />
 <td><code>2.3</code></td>
 <td>Creates links to existing javadoc-generated documentation of
 external referenced classes. <br />
-<b>Note 1</b>: only used is <code>isOffline</code> is set to
-<code>false</code>. <br />
-<b>Note 2</b>: all given links should have a fetchable
+<b>Notes</b>: 
+
+<ol type="1"><li>only used is <code>isOffline</code> is set to
+<code>false</code>.</li>
+<li>all given links should have a fetchable
 <code>/package-list</code> file. For instance: 
 
 <pre>
 &lt;links&gt;
-&lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
+  &lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
 &lt;links&gt;
 </pre>
 
 will be used because
 <code>http://java.sun.com/j2se/1.4.2/docs/api/package-list</code>
-exists. <br />
-<b>Note 1</b>: if <code>detectLinks</code> is defined, the links
-between the project dependencies are automatically added. <b>Note
-2</b>: if <code>detectJavaApiLink</code> is defined, a Java API
-link, based on the Java verion of the project's sources, will be
-added automatically. <br />
+exists.</li>
+<li>if <code>detectLinks</code> is defined, the links between the
+project dependencies are automatically added.</li>
+<li>if <code>detectJavaApiLink</code> is defined, a Java API link,
+based on the Java verion of the project's sources, will be added
+automatically.</li>
+</ol>
+
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#link" class="externalLink">
 link</a>.<br />
@@ -964,7 +998,8 @@ specified, the default unit is <code>m</
 <tr class="a"><td><strong><a href="#name">name</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.1</code></td>
-<td>The name of the Javadoc report.<br />
+<td>The name of the Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).<br />
 </td>
 </tr>
 <tr class="b"><td><strong><a href="#nocomment">nocomment</a></strong></td>
@@ -1051,7 +1086,13 @@ Standard Doclet undocumented option. <br
 <td><code>String</code></td>
 <td><code>2.3</code></td>
 <td>Omits qualifying package name from ahead of class names in output.
-<br />
+Example: 
+
+<pre>
+&lt;noqualifier&gt;all&lt;/noqualifier&gt;
+or
+&lt;noqualifier&gt;packagename1:packagename2&lt;/noqualifier&gt;
+</pre>
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#noqualifier" class="externalLink">
 noqualifier</a>. <br />
@@ -1271,8 +1312,9 @@ Java 1.4</a>.<br />
 <td><code>String</code></td>
 <td><code>2.3</code></td>
 <td>Specifies the source paths where the subpackages are located. The
-paths are separated with a colon (<code>:</code>) on Solaris and a
-semi-colon (<code>;</code>) on Windows. <br />
+<code>sourcepath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#sourcepath" class="externalLink">
 sourcepath</a>.<br />
@@ -1342,24 +1384,24 @@ be in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -1466,9 +1508,9 @@ Javadoc</a>. <br />
 <td><code>String</code></td>
 <td><code>2.3</code></td>
 <td>Specifies the search paths for finding taglet class files (.class).
-The tagletPath can contain multiple paths by separating them with a
-colon (<code>:</code>) on Solaris and a semi-colon (<code>;</code>)
-on Windows. <br />
+The <code>tagletpath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tagletpath" class="externalLink">
 tagletpath</a>. <br />
@@ -1531,7 +1573,20 @@ Example: 
     &lt;head&gt;To Do:&lt;/head&gt;
   &lt;/tag&gt;
 &lt;/tags&gt;
-</pre><br />
+</pre><b>Note</b>: the placement should be a combinaison of Xaoptcmf
+letters: 
+
+<ul><li><b><code>X</code></b> (disable tag)</li>
+<li><b><code>a</code></b> (all)</li>
+<li><b><code>o</code></b> (overview)</li>
+<li><b><code>p</code></b> (packages)</li>
+<li><b><code>t</code></b> (types, that is classes and
+interfaces)</li>
+<li><b><code>c</code></b> (constructors)</li>
+<li><b><code>m</code></b> (methods)</li>
+<li><b><code>f</code></b> (fields)</li>
+</ul>
+
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Tag.html">Javadoc</a>.
 <br />
@@ -1541,7 +1596,9 @@ See <a href="./apidocs/org/apache/maven/
 <tr class="b"><td><strong><a href="#testDescription">testDescription</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.5</code></td>
-<td>The description of the Test Javadoc report.<br />
+<td>The description of the Test Javadoc report to be displayed in the
+Maven Generated Reports page (i.e.
+<code>project-reports.html</code>).<br />
 </td>
 </tr>
 <tr class="a"><td><strong><a href="#testDoctitle">testDoctitle</a></strong></td>
@@ -1559,13 +1616,19 @@ doctitle</a>. <br />
 <td><code>File</code></td>
 <td><code>2.5</code></td>
 <td>Specifies the Test Javadoc resources directory to be included in
-the Javadoc (i.e. package.html, images...).<br />
+the Javadoc (i.e. package.html, images...). <br />
+
+Could be used in addition of <code>docfilessubdirs</code>
+parameter. <br />
+
+See <a href="#docfilessubdirs">docfilessubdirs</a>.<br />
 </td>
 </tr>
 <tr class="a"><td><strong><a href="#testName">testName</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.5</code></td>
-<td>The name of the Test Javadoc report.<br />
+<td>The name of the Test Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).<br />
 </td>
 </tr>
 <tr class="b"><td><strong><a href="#testOverview">testOverview</a></strong></td>
@@ -1575,6 +1638,7 @@ the Javadoc (i.e. package.html, images..
 overview documentation from the &quot;source&quot; file specified by
 path/filename and place it on the Overview page
 (overview-summary.html). <br />
+<b>Note</b>: could be in conflict with &lt;nooverview/&gt;. <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#overview" class="externalLink">
 overview</a>. <br />
@@ -1680,7 +1744,10 @@ See <a href="http://java.sun.com/j2se/1.
 Jflag</a>. <br />
 
 See <a href="http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp" class="externalLink">
-vmoptions</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+vmoptions</a>. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html" class="externalLink">
+Networking Properties</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.3</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${additionalJOption}</code></li>
@@ -1719,7 +1786,10 @@ author</a>. <br />
 </ul>
 <hr />
 <p><strong><a name="bootclasspath">bootclasspath</a>:</strong></p>
-<div>Specifies the paths where the boot classes reside. <br />
+<div>Specifies the paths where the boot classes reside. The
+<code>bootclasspath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bootclasspath" class="externalLink">
 bootclasspath</a>. <br />
@@ -1772,7 +1842,7 @@ bottom</a>. <br />
 <li><strong>Since</strong>: <code>2.3</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${bottom}</code></li>
-<li><strong>Default</strong>: <code>Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code></li>
+<li><strong>Default</strong>: <code>Copyright &amp;#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.</code></li>
 </ul>
 <hr />
 <p><strong><a name="breakiterator">breakiterator</a>:</strong></p>
@@ -1805,8 +1875,10 @@ charset</a>. <br />
 </ul>
 <hr />
 <p><strong><a name="debug">debug</a>:</strong></p>
-<div>Set this to 'true' to debug Javadoc plugin. With this, 'options'
-and 'files' files are provided. <br />
+<div>Set this to <code>true</code> to debug the Javadoc plugin. With
+this, <code>javadoc.bat(or.sh)</code>, <code>options</code>,
+<code>@packages</code> or <code>argfile</code> files are provided
+in the output directory. <br />
 </div><ul><li><strong>Type</strong>: <code>boolean</code></li>
 <li><strong>Since</strong>: <code>2.1</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
@@ -1815,7 +1887,8 @@ and 'files' files are provided. <br />
 </ul>
 <hr />
 <p><strong><a name="description">description</a>:</strong></p>
-<div>The description of the Javadoc report.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div>The description of the Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.1</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${description}</code></li>
@@ -1861,8 +1934,8 @@ i.e.: 
 
 <pre>
 &lt;dependency&gt;
-&lt;groupId&gt;commons-lang&lt;/groupId&gt;
-&lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
+  &lt;groupId&gt;commons-lang&lt;/groupId&gt;
+  &lt;artifactId&gt;commons-lang&lt;/artifactId&gt;
 &lt;/dependency&gt;
 </pre>
 
@@ -1910,7 +1983,11 @@ docencoding</a>.</div><ul><li><strong>Ty
 </ul>
 <hr />
 <p><strong><a name="docfilessubdirs">docfilessubdirs</a>:</strong></p>
-<div>Enables deep copying of &quot;doc-files&quot; directories. <br />
+<div>Enables deep copying of the <code>**/doc-files</code> directories
+and the specifc <code>resources</code> directory from the
+<code>javadocDirectory</code> directory (for instance,
+<code>src/main/javadoc/com/mycompany/myapp/doc-files</code> and
+<code>src/main/javadoc/resources</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docfilessubdirs" class="externalLink">
 docfilessubdirs</a>. <br />
@@ -1993,9 +2070,9 @@ Javadoc</a>. <br />
 <p><strong><a name="docletPath">docletPath</a>:</strong></p>
 <div>Specifies the path to the doclet starting class file (specified
 with the <code>-doclet</code> option) and any jar files it depends
-on. The docletPath can contain multiple paths by separating them
-with a colon (<code>:</code>) on Solaris and a semi-colon
-(<code>;</code>) on Windows. <br />
+on. The <code>docletPath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#docletpath" class="externalLink">
 docletpath</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2037,8 +2114,14 @@ reverted in 2.5. <br />
 <p><strong><a name="excludePackageNames">excludePackageNames</a>:</strong></p>
 <div>Unconditionally excludes the specified packages and their
 subpackages from the list formed by <code>-subpackages</code>.
-Multiple packages can be separated by colons (<code>:</code>).
-<br />
+Multiple packages can be separated by commas (<code>,</code>),
+colons (<code>:</code>) or semicolons (<code>;</code>). <br />
+
+Example: 
+
+<pre>
+&lt;excludePackageNames&gt;*.internal:org.acme.exclude1.*:org.acme.exclude2&lt;/excludePackageNames&gt;
+</pre><br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#exclude" class="externalLink">
 exclude</a>. <br />
@@ -2067,8 +2150,8 @@ Java 1.4</a>.</div><ul><li><strong>Type<
 <hr />
 <p><strong><a name="extdirs">extdirs</a>:</strong></p>
 <div>Specifies the directories where extension classes reside. Separate
-directories in dirlist with a colon (<code>:</code>) on Solaris and
-a semi-colon (<code>;</code>) on Windows. <br />
+directories in <code>extdirs</code> with a colon (<code>:</code>)
+or a semi-colon (<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#extdirs" class="externalLink">
 extdirs</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2104,19 +2187,30 @@ an asterisk (<code>*</code>) meaning &qu
 Multiple patterns can be included in a group by separating them
 with colons (<code>:</code>). <br />
 
-See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
-group</a>. <br />
-
 Example: 
 
 <pre>
 &lt;groups&gt;
   &lt;group&gt;
     &lt;title&gt;Core Packages&lt;/title&gt;
-    &lt;packages&gt;org.apache.core&lt;/packages&gt;
+    &lt;!-- To includes java.lang, java.lang.ref,
+    java.lang.reflect and only java.util
+    (i.e. not java.util.jar) --&gt;
+    &lt;packages&gt;java.lang*:java.util&lt;/packages&gt;
+  &lt;/group&gt;
+  &lt;group&gt;
+    &lt;title&gt;Extension Packages&lt;/title&gt;
+     &lt;!-- To include javax.accessibility,
+    javax.crypto, ... (among others) --&gt;
+    &lt;packages&gt;javax.*&lt;/packages&gt;
   &lt;/group&gt;
 &lt;/groups&gt;
-</pre><br />
+</pre><b>Note</b>: using <code>java.lang.*</code> for
+<code>packages</code> would omit the <code>java.lang</code> package
+but using <code>java.lang*</code> will include it. <br />
+
+See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#group" class="externalLink">
+group</a>. <br />
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Group.html">
 Javadoc</a>. <br />
@@ -2159,24 +2253,24 @@ in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;helpfile&gt;path/to/your/resource/yourhelp-doc.html&lt;/helpfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -2256,25 +2350,29 @@ Java 5.0</a>. <br />
 <p><strong><a name="links">links</a>:</strong></p>
 <div>Creates links to existing javadoc-generated documentation of
 external referenced classes. <br />
-<b>Note 1</b>: only used is <code>isOffline</code> is set to
-<code>false</code>. <br />
-<b>Note 2</b>: all given links should have a fetchable
+<b>Notes</b>: 
+
+<ol type="1"><li>only used is <code>isOffline</code> is set to
+<code>false</code>.</li>
+<li>all given links should have a fetchable
 <code>/package-list</code> file. For instance: 
 
 <pre>
 &lt;links&gt;
-&lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
+  &lt;link&gt;http://java.sun.com/j2se/1.4.2/docs/api&lt;/link&gt;
 &lt;links&gt;
 </pre>
 
 will be used because
 <code>http://java.sun.com/j2se/1.4.2/docs/api/package-list</code>
-exists. <br />
-<b>Note 1</b>: if <code>detectLinks</code> is defined, the links
-between the project dependencies are automatically added. <b>Note
-2</b>: if <code>detectJavaApiLink</code> is defined, a Java API
-link, based on the Java verion of the project's sources, will be
-added automatically. <br />
+exists.</li>
+<li>if <code>detectLinks</code> is defined, the links between the
+project dependencies are automatically added.</li>
+<li>if <code>detectJavaApiLink</code> is defined, a Java API link,
+based on the Java verion of the project's sources, will be added
+automatically.</li>
+</ol>
+
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#link" class="externalLink">
 link</a>.</div><ul><li><strong>Type</strong>: <code>java.util.ArrayList</code></li>
@@ -2344,7 +2442,8 @@ specified, the default unit is <code>m</
 </ul>
 <hr />
 <p><strong><a name="name">name</a>:</strong></p>
-<div>The name of the Javadoc report.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div>The name of the Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.1</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${name}</code></li>
@@ -2446,7 +2545,13 @@ Standard Doclet undocumented option. <br
 <hr />
 <p><strong><a name="noqualifier">noqualifier</a>:</strong></p>
 <div>Omits qualifying package name from ahead of class names in output.
-<br />
+Example: 
+
+<pre>
+&lt;noqualifier&gt;all&lt;/noqualifier&gt;
+or
+&lt;noqualifier&gt;packagename1:packagename2&lt;/noqualifier&gt;
+</pre>
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#noqualifier" class="externalLink">
 noqualifier</a>. <br />
@@ -2635,7 +2740,8 @@ Since Java 5.0. <br />
 generated HTML files.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Since</strong>: <code>2.3</code></li>
 <li><strong>Required</strong>: <code>Yes</code></li>
-<li><strong>Expression</strong>: <code>${project.reporting.outputDirectory}/testapidocs</code></li>
+<li><strong>Expression</strong>: <code>${reportTestOutputDirectory}</code></li>
+<li><strong>Default</strong>: <code>${project.reporting.outputDirectory}/testapidocs</code></li>
 </ul>
 <hr />
 <p><strong><a name="resourcesArtifacts">resourcesArtifacts</a>:</strong></p>
@@ -2721,8 +2827,9 @@ Java 1.4</a>.</div><ul><li><strong>Type<
 <hr />
 <p><strong><a name="sourcepath">sourcepath</a>:</strong></p>
 <div>Specifies the source paths where the subpackages are located. The
-paths are separated with a colon (<code>:</code>) on Solaris and a
-semi-colon (<code>;</code>) on Windows. <br />
+<code>sourcepath</code> can contain multiple paths by separating
+them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#sourcepath" class="externalLink">
 sourcepath</a>.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
@@ -2798,24 +2905,24 @@ be in <code>src/main/javadoc</code>. 
 
 <pre>
 &lt;build&gt;
-&lt;plugins&gt;
-&lt;plugin&gt;
-&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-&lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-&lt;configuration&gt;
-&lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
-...
-&lt;/configuration&gt;
-&lt;dependencies&gt;
-&lt;dependency&gt;
-&lt;groupId&gt;groupId&lt;/groupId&gt;
-&lt;artifactId&gt;artifactId&lt;/artifactId&gt;
-&lt;version&gt;version&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;/dependencies&gt;
-&lt;/plugin&gt;
-...
-&lt;plugins&gt;
+  &lt;plugins&gt;
+    &lt;plugin&gt;
+      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+      &lt;configuration&gt;
+        &lt;stylesheetfile&gt;path/to/your/resource/yourstylesheet.css&lt;/stylesheetfile&gt;
+        ...
+      &lt;/configuration&gt;
+      &lt;dependencies&gt;
+        &lt;dependency&gt;
+          &lt;groupId&gt;groupId&lt;/groupId&gt;
+          &lt;artifactId&gt;artifactId&lt;/artifactId&gt;
+          &lt;version&gt;version&lt;/version&gt;
+        &lt;/dependency&gt;
+      &lt;/dependencies&gt;
+    &lt;/plugin&gt;
+    ...
+  &lt;plugins&gt;
 &lt;/build&gt;
 </pre>
 
@@ -2927,9 +3034,9 @@ Javadoc</a>. <br />
 <hr />
 <p><strong><a name="tagletpath">tagletpath</a>:</strong></p>
 <div>Specifies the search paths for finding taglet class files (.class).
-The tagletPath can contain multiple paths by separating them with a
-colon (<code>:</code>) on Solaris and a semi-colon (<code>;</code>)
-on Windows. <br />
+The <code>tagletpath</code> can contain multiple paths by
+separating them with a colon (<code>:</code>) or a semi-colon
+(<code>;</code>). <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tagletpath" class="externalLink">
 tagletpath</a>. <br />
@@ -2994,7 +3101,20 @@ Example: 
     &lt;head&gt;To Do:&lt;/head&gt;
   &lt;/tag&gt;
 &lt;/tags&gt;
-</pre><br />
+</pre><b>Note</b>: the placement should be a combinaison of Xaoptcmf
+letters: 
+
+<ul><li><b><code>X</code></b> (disable tag)</li>
+<li><b><code>a</code></b> (all)</li>
+<li><b><code>o</code></b> (overview)</li>
+<li><b><code>p</code></b> (packages)</li>
+<li><b><code>t</code></b> (types, that is classes and
+interfaces)</li>
+<li><b><code>c</code></b> (constructors)</li>
+<li><b><code>m</code></b> (methods)</li>
+<li><b><code>f</code></b> (fields)</li>
+</ul>
+
 
 See <a href="./apidocs/org/apache/maven/plugin/javadoc/options/Tag.html">Javadoc</a>.
 <br />
@@ -3005,7 +3125,9 @@ See <a href="./apidocs/org/apache/maven/
 </ul>
 <hr />
 <p><strong><a name="testDescription">testDescription</a>:</strong></p>
-<div>The description of the Test Javadoc report.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div>The description of the Test Javadoc report to be displayed in the
+Maven Generated Reports page (i.e.
+<code>project-reports.html</code>).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.5</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${testDescription}</code></li>
@@ -3026,14 +3148,20 @@ doctitle</a>. <br />
 <hr />
 <p><strong><a name="testJavadocDirectory">testJavadocDirectory</a>:</strong></p>
 <div>Specifies the Test Javadoc resources directory to be included in
-the Javadoc (i.e. package.html, images...).</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+the Javadoc (i.e. package.html, images...). <br />
+
+Could be used in addition of <code>docfilessubdirs</code>
+parameter. <br />
+
+See <a href="#docfilessubdirs">docfilessubdirs</a>.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Since</strong>: <code>2.5</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${basedir}/src/test/javadoc</code></li>
 </ul>
 <hr />
 <p><strong><a name="testName">testName</a>:</strong></p>
-<div>The name of the Test Javadoc report.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div>The name of the Test Javadoc report to be displayed in the Maven
+Generated Reports page (i.e. <code>project-reports.html</code>).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.5</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${testName}</code></li>
@@ -3044,6 +3172,7 @@ the Javadoc (i.e. package.html, images..
 overview documentation from the &quot;source&quot; file specified by
 path/filename and place it on the Overview page
 (overview-summary.html). <br />
+<b>Note</b>: could be in conflict with &lt;nooverview/&gt;. <br />
 
 See <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#overview" class="externalLink">
 overview</a>. <br />

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-frame.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Javadoc Plugin 2.6 Test API)
+All Classes (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -41,6 +41,8 @@ All Classes (Maven Javadoc Plugin 2.6 Te
 <BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs" target="classFrame">DocfilesTestMavenProjectStub</A>
 <BR>
+<A HREF="org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs" target="classFrame">DocfilesWithJavaTestMavenProjectStub</A>
+<BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs" target="classFrame">DocletPathTestMavenProjectStub</A>
 <BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocletTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs" target="classFrame">DocletTestMavenProjectStub</A>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/allclasses-noframe.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Javadoc Plugin 2.6 Test API)
+All Classes (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -41,6 +41,8 @@ All Classes (Maven Javadoc Plugin 2.6 Te
 <BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesTestMavenProjectStub</A>
 <BR>
+<A HREF="org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesWithJavaTestMavenProjectStub</A>
+<BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletPathTestMavenProjectStub</A>
 <BR>
 <A HREF="org/apache/maven/plugin/javadoc/stubs/DocletTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletTestMavenProjectStub</A>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/constant-values.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Javadoc Plugin 2.6 Test API)
+Constant Field Values (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Constant Field Values (Maven Javadoc Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Constant Field Values (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="Constant Field Values (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/deprecated-list.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Javadoc Plugin 2.6 Test API)
+Deprecated List (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Deprecated List (Maven Javadoc Plugin 2.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Deprecated List (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="Deprecated List (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/help-doc.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Javadoc Plugin 2.6 Test API)
+API Help (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ API Help (Maven Javadoc Plugin 2.6 Test 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="API Help (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="API Help (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index-all.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:13 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:46 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Javadoc Plugin 2.6 Test API)
+Index (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Index (Maven Javadoc Plugin 2.6 Test API
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Index (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="Index (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -75,7 +75,7 @@ function windowTitle()
 <A NAME="skip-navbar_top"></A>
 <!-- ========= END OF TOP NAVBAR ========= -->
 
-<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
+<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
 <A NAME="_A_"><!-- --></A><H2>
 <B>A</B></H2>
 <DL>
@@ -137,6 +137,9 @@ Constructor for class org.apache.maven.p
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs"><B>DocfilesTestMavenProjectStub</B></A> - Class in <A HREF="./org/apache/maven/plugin/javadoc/stubs/package-summary.html">org.apache.maven.plugin.javadoc.stubs</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html#DocfilesTestMavenProjectStub()"><B>DocfilesTestMavenProjectStub()</B></A> - 
 Constructor for class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesTestMavenProjectStub</A>
 <DD>&nbsp;
+<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs"><B>DocfilesWithJavaTestMavenProjectStub</B></A> - Class in <A HREF="./org/apache/maven/plugin/javadoc/stubs/package-summary.html">org.apache.maven.plugin.javadoc.stubs</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html#DocfilesWithJavaTestMavenProjectStub()"><B>DocfilesWithJavaTestMavenProjectStub()</B></A> - 
+Constructor for class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesWithJavaTestMavenProjectStub</A>
+<DD>&nbsp;
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs"><B>DocletPathTestMavenProjectStub</B></A> - Class in <A HREF="./org/apache/maven/plugin/javadoc/stubs/package-summary.html">org.apache.maven.plugin.javadoc.stubs</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html#DocletPathTestMavenProjectStub()"><B>DocletPathTestMavenProjectStub()</B></A> - 
 Constructor for class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletPathTestMavenProjectStub</A>
 <DD>&nbsp;
@@ -210,6 +213,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html#getBasedir()"><B>getBasedir()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesTestMavenProjectStub</A>
 <DD>
+<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html#getBasedir()"><B>getBasedir()</B></A> - 
+Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesWithJavaTestMavenProjectStub</A>
+<DD>
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html#getBasedir()"><B>getBasedir()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletPathTestMavenProjectStub</A>
 <DD>
@@ -315,6 +321,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html#getBuild()"><B>getBuild()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesTestMavenProjectStub</A>
 <DD>
+<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html#getBuild()"><B>getBuild()</B></A> - 
+Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesWithJavaTestMavenProjectStub</A>
+<DD>
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html#getBuild()"><B>getBuild()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletPathTestMavenProjectStub</A>
 <DD>
@@ -381,6 +390,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/WrongEncodingOptionsTestMavenProjectStub.html#getBuild()"><B>getBuild()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/WrongEncodingOptionsTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">WrongEncodingOptionsTestMavenProjectStub</A>
 <DD>
+<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/Jdk6TestMavenProjectStub.html#getCompileSourceRoots()"><B>getCompileSourceRoots()</B></A> - 
+Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/Jdk6TestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">Jdk6TestMavenProjectStub</A>
+<DD>&nbsp;
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/AggregateProject1TestMavenProjectStub.html#getExecutionProject()"><B>getExecutionProject()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/AggregateProject1TestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">AggregateProject1TestMavenProjectStub</A>
 <DD>
@@ -514,6 +526,14 @@ Constructor for class org.apache.maven.p
 <DD>&nbsp;
 </DL>
 <HR>
+<A NAME="_I_"><!-- --></A><H2>
+<B>I</B></H2>
+<DL>
+<DT><A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html#isWebSiteOnline(org.apache.maven.settings.Settings, org.codehaus.plexus.logging.Logger, java.lang.String)"><B>isWebSiteOnline(Settings, Logger, String)</B></A> - 
+Static method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html" title="class in org.apache.maven.plugin.javadoc">JavadocUtilTest</A>
+<DD>&nbsp;
+</DL>
+<HR>
 <A NAME="_J_"><!-- --></A><H2>
 <B>J</B></H2>
 <DL>
@@ -625,6 +645,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html#setBuild(org.apache.maven.model.Build)"><B>setBuild(Build)</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesTestMavenProjectStub</A>
 <DD>
+<DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html#setBuild(org.apache.maven.model.Build)"><B>setBuild(Build)</B></A> - 
+Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocfilesWithJavaTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocfilesWithJavaTestMavenProjectStub</A>
+<DD>
 <DT><A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html#setBuild(org.apache.maven.model.Build)"><B>setBuild(Build)</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.stubs.<A HREF="./org/apache/maven/plugin/javadoc/stubs/DocletPathTestMavenProjectStub.html" title="class in org.apache.maven.plugin.javadoc.stubs">DocletPathTestMavenProjectStub</A>
 <DD>
@@ -870,7 +893,7 @@ Method in class org.apache.maven.plugin.
 <DD>Method to test proxy support in the javadoc
 <DT><A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html#testPruneDirs()"><B>testPruneDirs()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html" title="class in org.apache.maven.plugin.javadoc">JavadocUtilTest</A>
-<DD>Method to test copyJavadocResources()
+<DD>Method to test pruneDirs()
 <DT><A HREF="./org/apache/maven/plugin/javadoc/JavadocReportTest.html#testQuotedPath()"><B>testQuotedPath()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/JavadocReportTest.html" title="class in org.apache.maven.plugin.javadoc">JavadocReportTest</A>
 <DD>Method to test when the path to the project sources has an apostrophe (')
@@ -901,6 +924,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/javadoc/FixJavadocMojoTest.html#testTrimRight()"><B>testTrimRight()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/FixJavadocMojoTest.html" title="class in org.apache.maven.plugin.javadoc">FixJavadocMojoTest</A>
 <DD>&nbsp;
+<DT><A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html#testUnifyPathSeparator()"><B>testUnifyPathSeparator()</B></A> - 
+Method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html" title="class in org.apache.maven.plugin.javadoc">JavadocUtilTest</A>
+<DD>Method to test unifyPathSeparator()
 <DT><A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html#testValidateEncoding()"><B>testValidateEncoding()</B></A> - 
 Method in class org.apache.maven.plugin.javadoc.<A HREF="./org/apache/maven/plugin/javadoc/JavadocUtilTest.html" title="class in org.apache.maven.plugin.javadoc">JavadocUtilTest</A>
 <DD>Method to test the validate encoding parsing.
@@ -917,7 +943,7 @@ Constructor for class org.apache.maven.p
 <DD>&nbsp;
 </DL>
 <HR>
-<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> 
+<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> 
 
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <A NAME="navbar_bottom"><!-- --></A>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/index.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Sun Jul 26 08:08:13 EDT 2009-->
+<!-- Generated by javadoc on Fri Oct 23 09:19:46 EDT 2009-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Javadoc Plugin 2.6 Test API
+Maven Javadoc Plugin 2.6.1 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/FixJavadocMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/FixJavadocMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/FixJavadocMojoTest.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:08 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:41 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-FixJavadocMojoTest (Maven Javadoc Plugin 2.6 Test API)
+FixJavadocMojoTest (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.javadoc.FixJavadocMojoTest class">
@@ -15,7 +15,7 @@ FixJavadocMojoTest (Maven Javadoc Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="FixJavadocMojoTest (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="FixJavadocMojoTest (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocJarTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocJarTest.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocJarTest.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:08 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:41 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavadocJarTest (Maven Javadoc Plugin 2.6 Test API)
+JavadocJarTest (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.javadoc.JavadocJarTest class">
@@ -15,7 +15,7 @@ JavadocJarTest (Maven Javadoc Plugin 2.6
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavadocJarTest (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="JavadocJarTest (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocReportTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocReportTest.html (original)
+++ websites/production/maventest/content/plugins/maven-javadoc-plugin-latest/testapidocs/org/apache/maven/plugin/javadoc/JavadocReportTest.html Sun Aug 19 17:31:42 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Sun Jul 26 08:08:08 EDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Fri Oct 23 09:19:41 EDT 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavadocReportTest (Maven Javadoc Plugin 2.6 Test API)
+JavadocReportTest (Maven Javadoc Plugin 2.6.1 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.javadoc.JavadocReportTest class">
@@ -15,7 +15,7 @@ JavadocReportTest (Maven Javadoc Plugin 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavadocReportTest (Maven Javadoc Plugin 2.6 Test API)";
+    parent.document.title="JavadocReportTest (Maven Javadoc Plugin 2.6.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>