Class AggregatorJxrReport

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport

    @Mojo(name="aggregate",
          aggregator=true)
    @Execute(phase=COMPILE)
    public class AggregatorJxrReport
    extends JxrReport
    Generates a combined JXR report in an aggregating project.
    Since:
    2.3
    • Field Summary

      • Fields inherited from class org.apache.maven.reporting.AbstractMavenReport

        locale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteTool
      • Fields inherited from interface org.apache.maven.reporting.MavenReport

        CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Detail

      • AggregatorJxrReport

        public AggregatorJxrReport()
    • Method Detail

      • isAggregate

        protected boolean isAggregate()
        Description copied from class: AbstractJxrReport
        Is the current report aggregated?
        Overrides:
        isAggregate in class AbstractJxrReport
        Returns:
        true if aggregate, false otherwise