Class InvokerReport

  • All Implemented Interfaces:
    ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

    @Mojo(name="report",
          threadSafe=true)
    public class InvokerReport
    extends AbstractMavenReport
    Generate a report based on the results of the Maven invocations. Note: This mojo doesn't fork any lifecycle, if you have a clean working copy, you have to use a command like mvn clean integration-test site to ensure the build results are present when this goal is invoked.
    Since:
    1.4
    Author:
    Olivier Lamy