Skip to content

Commit a899372

Browse files
committed
'README.md' file - note about minimal scala-maven-plugin version (this was not clear, see #13), version upgraded from 1.0.1 to 1.0.2 in preparation for 1.0.2 release.
1 parent 111061f commit a899372

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In short:
2020

2121
- **check-only** goal only check coverage, honestly I don't know if it will be usable at all.
2222

23-
Check [all plugin goals (mojos) documentation](http://scoverage.github.io/scoverage-maven-plugin/1.0.1/plugin-info.html).
23+
Check [all plugin goals (mojos) documentation](http://scoverage.github.io/scoverage-maven-plugin/1.0.2/plugin-info.html).
2424

2525

2626
##### Prerequisities / limitations
@@ -29,7 +29,7 @@ Plugin is compatible with two Maven Scala compiler plugins:
2929

3030
- [SBT Compiler Maven Plugin](https://code.google.com/p/sbt-compiler-maven-plugin/) - version **1.0.0-beta5** or later required,
3131

32-
- [Scala Maven Plugin](http://davidb.github.io/scala-maven-plugin/) - [addScalacArgs](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#addScalacArgs) and [analysisCacheFile](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#analysisCacheFile) configuration parameters cannot be set directly, use project properties 'addScalacArgs' and 'analysisCacheFile' instead.
32+
- [Scala Maven Plugin](http://davidb.github.io/scala-maven-plugin/) - version **3.0.0** or later required, [addScalacArgs](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#addScalacArgs) and [analysisCacheFile](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#analysisCacheFile) configuration parameters cannot be set directly, use project properties 'addScalacArgs' and 'analysisCacheFile' instead.
3333

3434

3535
##### Scoverage Maven plugin version
@@ -39,7 +39,7 @@ This can be set as project property.
3939
```xml
4040
<project>
4141
<properties>
42-
<scoverage.plugin.version>1.0.1</scoverage.plugin.version>
42+
<scoverage.plugin.version>1.0.2</scoverage.plugin.version>
4343
</properties>
4444
</project>
4545
```
@@ -101,7 +101,7 @@ It can be configured by defining "scalacPluginVersion" plugin configuration para
101101
```xml
102102
<project>
103103
<properties>
104-
<scoverage.scalacPluginVersion>1.0.1</scoverage.scalacPluginVersion>
104+
<scoverage.scalacPluginVersion>1.0.2</scoverage.scalacPluginVersion>
105105
</properties>
106106
</project>
107107
```
@@ -117,7 +117,7 @@ or
117117
<artifactId>scoverage-maven-plugin</artifactId>
118118
<version>${scoverage.plugin.version}</version>
119119
<configuration>
120-
<scalacPluginVersion>1.0.1</scalacPluginVersion>
120+
<scalacPluginVersion>1.0.2</scalacPluginVersion>
121121
<-- other parameters -->
122122
</configuration>
123123
</plugin>
@@ -244,7 +244,7 @@ Read [SBT SCoverage Plugin documentation](https://github.com/scoverage/sbt-scove
244244
</project>
245245
```
246246

247-
There are many [example projects](https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.0.1/).
247+
There are many [example projects](https://github.com/scoverage/scoverage-maven-samples/tree/scoverage-maven-samples-1.0.2/).
248248
Go to one of them and run `mvn site`.
249249

250250
## License

0 commit comments

Comments
 (0)