[ 
http://jira.codehaus.org/browse/MJAVADOC-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Siveton updated MJAVADOC-245:
-------------------------------------

    Attachment: MJAVADOC-245.zip

Are you sure? running mvn site works on mvn 2.0.x and 2.1 and files are 
aggregated.
If you run javadoc:javadoc, it doesn't work because it is a reporting plugin 
configuration. You need to configure the project.build.plugins part.

> Aggregate does not work
> -----------------------
>
>                 Key: MJAVADOC-245
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-245
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.6
>            Reporter: Jörg Hohwiller
>         Attachments: MJAVADOC-245.zip
>
>
> I want to have an aggregated javadoc for the entire project as well as per 
> module.
> Therefore I followed instructions at:
> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html
> When I do mvn site:stage I get no aggregated javadoc but just per module.
> This does not even change if I only do
>       <reportSets>
>           <reportSet>
>             <reports>
>               <report>aggregate</report>
>             </reports>
>           </reportSet>
>         </reportSets>
> So to me this looks as if <reportSets> is magically ignored here.
> I have tested 2.5 as well as 2.6 from
> https://repository.apache.org/content/repositories/maven-staging-027/org/apache/maven/plugins/maven-javadoc-plugin/2.6/

-- 
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


Reply via email to