scoverage:post-compile
Full name:
org.scoverage:scoverage-maven-plugin:2.0.6: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.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- 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: false User Property: scoverage.skip |
Parameter Details
<skip>
Allows SCoverage to be skipped.
- Type:
boolean
- Since:
1.0.0
- Required:
No
- User Property:
scoverage.skip
- Default:
false