Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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
Attachments
Issue Links
| This issue is related to: | ||||
| MJAVADOC-84 | destDir not used when generating a site |
|
|
|
Can you post the config that is not working?
I was able to run the UmlGraph doclet in addition to the normal Javadoc doclet by:
1. assigning an <id> to each <reportSet>
2. Using <destDir> to direct the output of the second doclet somewhere else.