Package org.scoverage.plugin
Class SCoverageTestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scoverage.plugin.SCoverageTestMojo
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="test",
threadSafe=true)
@Execute(lifecycle="scoverage",
phase=TEST)
public class SCoverageTestMojo
extends AbstractMojo
Executes forked
In forked
scoverage
life cycle up to test
phase.
In forked
scoverage
life cycle project is compiled with SCoverage instrumentation
and unit tests are executed.
- Since:
- 1.2.0
- Author:
- Grzegorz Slowikowski
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executestest
phase in forkedscoverage
life cycle.Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SCoverageTestMojo
public SCoverageTestMojo()
-
-
Method Details
-
execute
public void execute()Executestest
phase in forkedscoverage
life cycle.
-