Class AggregatorJxrTestReport

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
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 Details

    • AggregatorJxrTestReport

      public AggregatorJxrTestReport()
  • Method Details

    • 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