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


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