scoverage:post-compile
Full name:
org.scoverage:scoverage-maven-plugin:1.4.11:post-compile
Description:
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.
Attributes:
- Requires a Maven project to be executed.
- Since version: 1.0.0.
- Binds by default to the lifecycle phase: process-classes.
Optional Parameters
Name |
Type |
Since |
Description |
<skip> |
boolean |
1.0.0 |
Allows SCoverage to be skipped.
Default value is: false. User property is: scoverage.skip.
|
Parameter Details
Allows SCoverage to be skipped.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: scoverage.skip
- Default: false