[ http://jira.codehaus.org/browse/MJAVADOC-81?page=all ]
Shinobu Kawai updated MJAVADOC-81:
----------------------------------
Attachment: MJAVADOC-81
Patch to expose name, description, and outputName.
Applied, I can add the following to my pom to make it work:
...
<configuration>
<name>DocCheck</name>
<description>DocCheck documentation</description>
<outputName>doccheck/index</outputName>
...
> Additional doclets do not run.
> ------------------------------
>
> Key: MJAVADOC-81
> URL: http://jira.codehaus.org/browse/MJAVADOC-81
> Project: Maven 2.x Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 2.0
> Reporter: Shinobu Kawai
> Priority: Critical
> Attachments: MJAVADOC-81, pom.xml
>
>
> Although it is stated in the docs [1] that you can generate alternate doclet
> in addition to the project javadocs, only the first reportSet is run.
> This is due to the fact that JavadocReport#getOutputName(...) returns a fixed
> value, "apidocs/index". This should be configurable per reportSet.
> [1] http://maven.apache.org/plugins/maven-javadoc-plugin/configuration.html
--
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