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 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
  • Constructor Details

    • SCoveragePostCompileMojo

      public SCoveragePostCompileMojo()
  • Method Details

    • execute

      public void execute()
      Restores project original configuration after compilation with SCoverage instrumentation.