Package org.scoverage.plugin
Class SCoveragePackageMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scoverage.plugin.SCoveragePackageMojo
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="package",
threadSafe=true)
@Execute(lifecycle="scoverage",
phase=PACKAGE)
public class SCoveragePackageMojo
extends AbstractMojo
Creates artifact file containing SCoverage instrumented classes.
This file's name has
This file's name has
scoverage-
prefix to avoid overwriting original
(not instrumented) file.- Since:
- 1.2.0
- Author:
- Grzegorz Slowikowski
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Creates artifact file containing instrumented classes.Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SCoveragePackageMojo
public SCoveragePackageMojo()
-
-
Method Details
-
execute
public void execute()Creates artifact file containing instrumented classes.
-