Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-212

AggregatorJavadocReport/AggregatorTestJavadocReport are used by default in aggregator and no reports are generated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.5
    • 2.5
    • None
    • None

    Description

      In multimodule way, AggregatorJavadocReport/AggregatorTestJavadocReport are used by default. Due to the following in the code,

      AbstractJavadocMojo.java
              if ( aggregate && !project.isExecutionRoot() )
              {
                  return;
              }
      

      the report is skipped.

      Attachments

        1. javadoc-aggregation.patch
          6 kB
          Benjamin Bentmann
        2. MJAVADOC-212.patch
          2 kB
          Siveton Vincent

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              siveton Siveton Vincent
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: