File tree 11 files changed +5
-41
lines changed
test_ScalaMavenPlugin_Scala213_JUnit
test_ScalaMavenPlugin_Scala213_ScalaTest
test_report_for_some_submodules
main/java/org/scoverage/plugin
11 files changed +5
-41
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ It can be configured by defining the `scalacPluginVersion` plugin configuration
127
127
``` xml
128
128
<project >
129
129
<properties >
130
- <scoverage .scalacPluginVersion>2.1.0 </scoverage .scalacPluginVersion>
130
+ <scoverage .scalacPluginVersion>2.1.1 </scoverage .scalacPluginVersion>
131
131
</properties >
132
132
</project >
133
133
```
143
143
<artifactId >scoverage-maven-plugin</artifactId >
144
144
<version >${scoverage.plugin.version}</version >
145
145
<configuration >
146
- <scalacPluginVersion >2.1.0 </scalacPluginVersion >
146
+ <scalacPluginVersion >2.1.1 </scalacPluginVersion >
147
147
<!-- other parameters -->
148
148
</configuration >
149
149
</plugin >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ under the License.
98
98
<maven-reporting-api .version>3.1.1</maven-reporting-api .version>
99
99
<doxia .version>1.11.1</doxia .version>
100
100
101
- <scalac-scoverage-plugin .version>2.1.0 </scalac-scoverage-plugin .version>
101
+ <scalac-scoverage-plugin .version>2.1.1 </scalac-scoverage-plugin .version>
102
102
<scalac-scoverage-plugin .scala.version>2.13</scalac-scoverage-plugin .scala.version>
103
103
104
104
<nexus .url>https://oss.sonatype.org</nexus .url>
Original file line number Diff line number Diff line change 24
24
<site .plugin.version>3.12.1</site .plugin.version>
25
25
26
26
<scala .compat.version>2.13</scala .compat.version>
27
- <scala .minor.version>12 </scala .minor.version>
27
+ <scala .minor.version>14 </scala .minor.version>
28
28
<scala .version>${scala.compat.version} .${scala.minor.version} </scala .version>
29
29
<scala .library.artifact.id>scala-library</scala .library.artifact.id>
30
30
</properties >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit</name >
18
18
<description >Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>13</scala .minor.version>
23
- </properties >
24
-
25
20
<build >
26
21
<plugins >
27
22
<plugin >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest</name >
18
18
<description >Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>12</scala .minor.version>
23
- </properties >
24
-
25
20
<build >
26
21
<plugins >
27
22
<plugin >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage aggregation</name >
18
18
<description >Test Scoverage aggregation</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>12</scala .minor.version>
23
- </properties >
24
-
25
20
<modules >
26
21
<module >module01</module >
27
22
<module >module02</module >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage only aggregation</name >
18
18
<description >Test Scoverage only aggregation</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>12</scala .minor.version>
23
- </properties >
24
-
25
20
<modules >
26
21
<module >module01</module >
27
22
<module >module02</module >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage coverage minima</name >
18
18
<description >Test Scoverage coverage minima</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>12</scala .minor.version>
23
- </properties >
24
-
25
20
<modules >
26
21
<module >module01</module >
27
22
<module >module02</module >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage exclusion</name >
18
18
<description >Test Scoverage exclusion</description >
19
19
20
- <properties >
21
- <!-- won't work with Scala 3, as it doesn't support exclusions yet -->
22
- <scala .compat.version>2.13</scala .compat.version>
23
- <scala .minor.version>12</scala .minor.version>
24
- </properties >
25
-
26
20
<build >
27
21
<plugins >
28
22
<plugin >
Original file line number Diff line number Diff line change 17
17
<name >Test Scoverage report works for specified submodules</name >
18
18
<description >Test Scoverage report works for specified submodules</description >
19
19
20
- <properties >
21
- <scala .compat.version>2.13</scala .compat.version>
22
- <scala .minor.version>12</scala .minor.version>
23
- </properties >
24
-
25
20
<modules >
26
21
<module >module01</module >
27
22
<module >module02</module >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public class SCoveragePreCompileMojo
133
133
*
134
134
* @since 1.0.0
135
135
*/
136
- @ Parameter ( property = "scoverage.scalacPluginVersion" , defaultValue = "2.1.0 " )
136
+ @ Parameter ( property = "scoverage.scalacPluginVersion" , defaultValue = "2.1.1 " )
137
137
private String scalacPluginVersion ;
138
138
139
139
/**
You can’t perform that action at this time.
0 commit comments