File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ In short:
20
20
21
21
- ** check-only** goal only check coverage, honestly I don't know if it will be usable at all.
22
22
23
- Check [ all plugin goals (mojos) documentation] ( http://scoverage.github.io/scoverage-maven-plugin/1.0.2 /plugin-info.html ) .
23
+ Check [ all plugin goals (mojos) documentation] ( http://scoverage.github.io/scoverage-maven-plugin/1.0.4 /plugin-info.html ) .
24
24
25
25
26
26
##### Prerequisities / limitations
@@ -39,7 +39,7 @@ This can be set as project property.
39
39
``` xml
40
40
<project >
41
41
<properties >
42
- <scoverage .plugin.version>1.0.2 </scoverage .plugin.version>
42
+ <scoverage .plugin.version>1.0.4 </scoverage .plugin.version>
43
43
</properties >
44
44
</project >
45
45
```
@@ -101,7 +101,7 @@ It can be configured by defining "scalacPluginVersion" plugin configuration para
101
101
``` xml
102
102
<project >
103
103
<properties >
104
- <scoverage .scalacPluginVersion>1.0.2 </scoverage .scalacPluginVersion>
104
+ <scoverage .scalacPluginVersion>1.0.4 </scoverage .scalacPluginVersion>
105
105
</properties >
106
106
</project >
107
107
```
117
117
<artifactId >scoverage-maven-plugin</artifactId >
118
118
<version >${scoverage.plugin.version}</version >
119
119
<configuration >
120
- <scalacPluginVersion >1.0.2 </scalacPluginVersion >
120
+ <scalacPluginVersion >1.0.4 </scalacPluginVersion >
121
121
<-- other parameters -->
122
122
</configuration >
123
123
</plugin >
@@ -244,7 +244,7 @@ Read [SBT SCoverage Plugin documentation](https://github.com/scoverage/sbt-scove
244
244
</project >
245
245
```
246
246
247
- There are many [ example projects] ( https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.0.2 / ) .
247
+ There are many [ example projects] ( https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.0.4 / ) .
248
248
Go to one of them and run ` mvn site ` .
249
249
250
250
## License
You can’t perform that action at this time.
0 commit comments