Package org.scoverage.plugin
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 
 
In 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
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()Executesverifyphase in forkedscoveragelife cycle.Methods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
SCoverageIntegrationTestMojopublic SCoverageIntegrationTestMojo()
 
- 
- 
Method Details- 
executepublic void execute()Executesverifyphase in forkedscoveragelife cycle.
 
-