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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executesverify
phase in forkedscoverage
life cycle.Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SCoverageIntegrationTestMojo
public SCoverageIntegrationTestMojo()
-
-
Method Details
-
execute
public void execute()Executesverify
phase in forkedscoverage
life cycle.
-