You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -15,35 +15,35 @@ scoverage-maven-plugin is a plugin for Maven that integrates the scoverage code
15
15
16
16
mostly used mojos:
17
17
18
-
-**[check](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/check-mojo.html)** goal compiles classes with instrumentation, runs unit tests and checks coverage,
18
+
-**[check](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/check-mojo.html)** goal compiles classes with instrumentation, runs unit tests and checks coverage,
19
19
20
-
-**[report](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/report-mojo.html)** goal compiles classes with instrumentation, runs unit tests and generates reports,
20
+
-**[report](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/report-mojo.html)** goal compiles classes with instrumentation, runs unit tests and generates reports,
21
21
22
-
-**[integration-check](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/integration-check-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and checks coverage,
22
+
-**[integration-check](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/integration-check-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and checks coverage,
23
23
24
-
-**[integration-report](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/integration-report-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and generates reports,
24
+
-**[integration-report](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/integration-report-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and generates reports,
25
25
26
26
additional, sometimes useful, mojos:
27
27
28
-
-**[test](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/test-mojo.html)** goal compiles classes with instrumentation and runs unit tests,
28
+
-**[test](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/test-mojo.html)** goal compiles classes with instrumentation and runs unit tests,
29
29
30
-
-**[integration-test](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/integration-test-mojo.html)** goal compiles classes with instrumentation and runs unit and integration tests,
30
+
-**[integration-test](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/integration-test-mojo.html)** goal compiles classes with instrumentation and runs unit and integration tests,
31
31
32
-
-**[check-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/check-only-mojo.html)** goal only checks coverage using coverage data generated earlier in the build (by **test**, **report**, **integration-test** or **integration-report** goal).
32
+
-**[check-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/check-only-mojo.html)** goal only checks coverage using coverage data generated earlier in the build (by **test**, **report**, **integration-test** or **integration-report** goal).
33
33
34
-
-**[report-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/report-only-mojo.html)** goal generates reports using coverage data generated earlier in the build (by **test**, **check**, **integration-test** or **integration-check** goal),
34
+
-**[report-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/report-only-mojo.html)** goal generates reports using coverage data generated earlier in the build (by **test**, **check**, **integration-test** or **integration-check** goal),
35
35
36
-
-**[package](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/package-mojo.html)** goal generates artifact file containing instrumented classes (e.g. for testing outside of the Maven build),
36
+
-**[package](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/package-mojo.html)** goal generates artifact file containing instrumented classes (e.g. for testing outside of the Maven build),
37
37
38
38
internal mojos:
39
39
40
-
-**[pre-compile](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/pre-compile-mojo.html)** and **[post-compile](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/post-compile-mojo.html)** are internal goals, they configure Maven build in forked `scoverage` life cycle; don't use them.
40
+
-**[pre-compile](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/pre-compile-mojo.html)** and **[post-compile](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/post-compile-mojo.html)** are internal goals, they configure Maven build in forked `scoverage` life cycle; don't use them.
|[report](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/report-mojo.html)| When not using integration tests (most cases) |
296
-
|[integration-report](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/integration-report-mojo.html)| When using integration tests |
297
-
|[report-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/report-only-mojo.html)| When coverage data was already generated (usually by [check](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/check-mojo.html) or [integration-check](http://scoverage.github.io/scoverage-maven-plugin/1.4.0/integration-check-mojo.html) mojo) |
295
+
|[report](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/report-mojo.html)| When not using integration tests (most cases) |
296
+
|[integration-report](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/integration-report-mojo.html)| When using integration tests |
297
+
|[report-only](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/report-only-mojo.html)| When coverage data was already generated (usually by [check](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/check-mojo.html) or [integration-check](http://scoverage.github.io/scoverage-maven-plugin/1.4.11/integration-check-mojo.html) mojo) |
298
298
299
299
##### Customizing code instrumentation
300
300
@@ -458,14 +458,14 @@ If you want to set multiple properties from within `<additionalForkedProjectProp
458
458
459
459
## Examples
460
460
461
-
There are many [example projects](https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.4.0/).
461
+
There are many [example projects](https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.4.11/).
462
462
Go to one of them and run `mvn site`.
463
463
464
464
## License
465
465
```
466
466
This software is licensed under the Apache 2 license, quoted below.
467
467
468
-
Copyright 2014-2019 Grzegorz Slowikowski
468
+
Copyright 2014-2022 Grzegorz Slowikowski
469
469
470
470
Licensed under the Apache License, Version 2.0 (the "License"); you may not
471
471
use this file except in compliance with the License. You may obtain a copy of
0 commit comments