[
http://jira.codehaus.org/browse/MJAVADOC-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Siveton closed MJAVADOC-184.
------------------------------------
Resolution: Not A Bug
Like I said, you need to add name and description parameters, similar to the
following:
{noformat}
<reportSets>
<reportSet>
<id>jDoc1</id>
<reports>
<report>javadoc</report>
</reports>
<configuration>
<name>jdoc1</name>
<description>jdoc1</description>
</configuration>
</reportSet>
<reportSet>
<id>jdoc2</id>
<configuration>
<locale>en_US</locale>
<destDir>apidocs2</destDir>
<name>jdoc2</name>
<description>jdoc2</description>
</configuration>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
{noformat}
> Unable to differentiate JavaDoc reports when using multiple doclets
> -------------------------------------------------------------------
>
> Key: MJAVADOC-184
> URL: http://jira.codehaus.org/browse/MJAVADOC-184
> Project: Maven 2.x Javadoc Plugin
> Issue Type: Improvement
> Affects Versions: 2.4
> Reporter: Anthony Whitford
> Attachments: MJAVADOC-184 result.jpg, my-app.zip
>
>
> If you configure the javadoc plugin with a reportSet using 2 doclets (like
> the YDoc doclet, and the PDF doclet, for example), both reports appear on
> projects-reports.html with the same Document and Description. There is
> presently no way to differentiate them.
> I think a reasonable solution is to have the ability to overwrite the
> Document and Description for the generated reports page, so that I can label
> the PDF version as such.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira