Package org.scoverage.plugin
Class SCoveragePostCompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scoverage.plugin.SCoveragePostCompileMojo
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="post-compile",
defaultPhase=PROCESS_CLASSES)
public class SCoveragePostCompileMojo
extends AbstractMojo
Restores project original configuration after compilation with SCoverage instrumentation.
Removes changes done in project properties by
This is internal mojo, executed in forked
Removes changes done in project properties by
SCoveragePreCompileMojo
before compilation:
- removes added properties
- restores original values of modified properties
This is internal mojo, executed in forked
scoverage
life cycle.
- Since:
- 1.0.0
- Author:
- Grzegorz Slowikowski
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Restores project original configuration after compilation with SCoverage instrumentation.Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SCoveragePostCompileMojo
public SCoveragePostCompileMojo()
-
-
Method Details
-
execute
public void execute()Restores project original configuration after compilation with SCoverage instrumentation.
-