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>
<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>${project.build.directory
}/site/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
On 9/20/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
What is this plugin then:
http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/
Is this just the plugin?
On 9/19/06, Shinobu Kawai <[EMAIL PROTECTED]> wrote:
>
> Hi Mick,
>
> > Does anyone else have doccheck running?
>
> The DocCheck plugin is only for M1.
>
> For usage with M2, please see here:
> http://maven-doccheck.sourceforge.net/install-plugin.html#For_Maven_2_x
>
> ## Actually, I need to update the documents based on the actual fix
> for MJAVADOC-81
>
> Best regards,
> -- Shinobu
>
> --
> Shinobu Kawai < [EMAIL PROTECTED]>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson