Class AggregatorJxrTestReport

  • 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="test-aggregate",
          aggregator=true)
    @Execute(phase=TEST_COMPILE)
    public class AggregatorJxrTestReport
    extends JxrTestReport
    Generates a combined JXR report for test code in an aggregating project.
    Since:
    2.3
    • Constructor Detail

      • AggregatorJxrTestReport

        public AggregatorJxrTestReport()
    • 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