Hi Mick,

The new fix for MJAVADOC-81 [1] is slightly different than the patch,
so a slight change is needed.

ReportSets is not valid:
<plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
               <version>2.1-SNAPSHOT</version>
               <reportSets>
                   <reportSet>
                       <id>html</id>
                       <reports>
                           <report>javadoc</report>
                       </reports>
                   </reportSet>
                   <reportSet>
                       <id>doccheck</id>
                       <configuration>
                           <name>DocCheck</name>
                           <description>DocCheck
documentation</description>

<!-- This is not needed
                          <outputName>doccheck/index</outputName>
-->

                           <doclet>com.sun.tools.doclets.doccheck.DocCheck
</doclet>
                           <docletArtifact>
                               <groupId>com.sun.tools.doclets</groupId>
                               <artifactId>doccheck</artifactId>
                               <version>1.2b2</version>
                           </docletArtifact>

                          <destDir>doccheck</destDir>

                       </configuration>
                       <reports>
                           <report>javadoc</report>
                       </reports>
                   </reportSet>
               </reportSets>
           </plugin>


as per:
http://maven-doccheck.sourceforge.net/install-plugin.html#For_Maven_2_x

I need to update the site about this.

[1] http://jira.codehaus.org/browse/MJAVADOC-81

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to