scoverage:test
Full name:
org.scoverage:scoverage-maven-plugin:2.0.6:test
Description:
Executes forked scoverage
life cycle up to test
phase.
In forked scoverage
life cycle project is compiled with SCoverage instrumentation and unit tests are executed.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.2.0
. - Invokes the execution of the following lifecycle phase prior to executing itself:
test
. - Executes in its own lifecycle:
scoverage
.
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