Class SCoverageIntegrationTestMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scoverage.plugin.SCoverageIntegrationTestMojo
All Implemented Interfaces:
ContextEnabled, Mojo

@Mojo(name="integration-test", threadSafe=true) @Execute(lifecycle="scoverage", phase=VERIFY) public class SCoverageIntegrationTestMojo extends AbstractMojo
Executes forked scoverage life cycle up to verify phase.

In forked scoverage life cycle project is compiled with SCoverage instrumentation and unit and integration tests are executed.
Since:
1.2.0
Author:
Grzegorz Slowikowski
  • Constructor Details

    • SCoverageIntegrationTestMojo

      public SCoverageIntegrationTestMojo()
  • Method Details

    • execute

      public void execute()
      Executes verify phase in forked scoverage life cycle.