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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,35 +12,35 @@ scoverage-maven-plugin is a plugin for Maven that integrates the scoverage code
12
12
13
13
mostly used mojos:
14
14
15
-
-**[check](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/check-mojo.html)** goal compiles classes with instrumentation, runs unit tests and checks coverage,
15
+
-**[check](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/check-mojo.html)** goal compiles classes with instrumentation, runs unit tests and checks coverage,
16
16
17
-
-**[report](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/report-mojo.html)** goal compiles classes with instrumentation, runs unit tests and generates reports,
17
+
-**[report](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/report-mojo.html)** goal compiles classes with instrumentation, runs unit tests and generates reports,
18
18
19
-
-**[integration-check](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/integration-check-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and checks coverage,
19
+
-**[integration-check](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/integration-check-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and checks coverage,
20
20
21
-
-**[integration-report](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/integration-report-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and generates reports,
21
+
-**[integration-report](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/integration-report-mojo.html)** goal compiles classes with instrumentation, runs unit and integration tests and generates reports,
22
22
23
23
additional, sometimes useful, mojos:
24
24
25
-
-**[test](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/test-mojo.html)** goal compiles classes with instrumentation and runs unit tests,
25
+
-**[test](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/test-mojo.html)** goal compiles classes with instrumentation and runs unit tests,
26
26
27
-
-**[integration-test](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/integration-test-mojo.html)** goal compiles classes with instrumentation and runs unit and integration tests,
27
+
-**[integration-test](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/integration-test-mojo.html)** goal compiles classes with instrumentation and runs unit and integration tests,
28
28
29
-
-**[check-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/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).
29
+
-**[check-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/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).
30
30
31
-
-**[report-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/report-only-mojo.html)** goal generates reports using coverage data generated earlier in the build (by **test**, **check**, **integration-test** or **integration-check** goal),
31
+
-**[report-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/report-only-mojo.html)** goal generates reports using coverage data generated earlier in the build (by **test**, **check**, **integration-test** or **integration-check** goal),
32
32
33
-
-**[package](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/package-mojo.html)** goal generates artifact file containing instrumented classes (e.g. for testing outside of the Maven build),
33
+
-**[package](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/package-mojo.html)** goal generates artifact file containing instrumented classes (e.g. for testing outside of the Maven build),
34
34
35
35
internal mojos:
36
36
37
-
-**[pre-compile](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/pre-compile-mojo.html)** and **[post-compile](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/post-compile-mojo.html)** are internal goals, they configure Maven build in forked `scoverage` life cycle; don't use them.
37
+
-**[pre-compile](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/pre-compile-mojo.html)** and **[post-compile](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/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/2.1.2/report-mojo.html)| When not using integration tests (most cases) |
300
-
|[integration-report](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/integration-report-mojo.html)| When using integration tests |
301
-
|[report-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/report-only-mojo.html)| When coverage data was already generated (usually by [check](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/check-mojo.html) or [integration-check](http://scoverage.github.io/scoverage-maven-plugin/2.1.2/integration-check-mojo.html) mojo) |
299
+
|[report](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/report-mojo.html)| When not using integration tests (most cases) |
300
+
|[integration-report](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/integration-report-mojo.html)| When using integration tests |
301
+
|[report-only](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/report-only-mojo.html)| When coverage data was already generated (usually by [check](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/check-mojo.html) or [integration-check](http://scoverage.github.io/scoverage-maven-plugin/2.1.3/integration-check-mojo.html) mojo) |
302
302
303
303
### Customizing code instrumentation
304
304
@@ -487,13 +487,13 @@ A new release can be done on demand using `Release new version` workflow. See [r
487
487
1.[Run](https://github.com/scoverage/scoverage-maven-plugin/actions/workflows/release.yml)`Release new version` workflow.
488
488
2. Wait ~ 8 hours for sync to maven central.
489
489
3. Check jars are available in maven central https://search.maven.org/artifact/org.scoverage/scoverage-maven-plugin and GH label in README is updated.
490
-
4. Checkout new tag, e.g. `git checkout scoverage-maven-plugin-2.1.2`.
490
+
4. Checkout new tag, e.g. `git checkout scoverage-maven-plugin-2.1.3`.
491
491
5. Generate site docs with `mvn clean site -P publicsite` and check that all required docs are generated in `./target/site`.
492
492
6. Checkout `gh-pages` branch, e.g. `git checkout gh-pages`.
493
-
7. Copy generated site to new directory named as version number, e.g. `cp -r ./target/site ./2.1.2`, commit and push.
494
-
8. Wait several seconds for the docs to be published and verify, e.g. https://scoverage.github.io/scoverage-maven-plugin/2.1.2/check-mojo.html.
493
+
7. Copy generated site to new directory named as version number, e.g. `cp -r ./target/site ./2.1.3`, commit and push.
494
+
8. Wait several seconds for the docs to be published and verify, e.g. https://scoverage.github.io/scoverage-maven-plugin/2.1.3/check-mojo.html.
495
495
9. Checkout `main` branch, e.g. `git checkout main`.
496
-
10. Update versions in README, e.g. `sed -i 's/2.1.0/2.1.2/g' README.md`, commit and push.
496
+
10. Update versions in README, e.g. `sed -i 's/2.1.2/2.1.3/g' README.md`, commit and push.
0 commit comments