Skip to content

Commit 47f255d

Browse files
committed
Remove <highlighting>true</highlighting> plugin's configuration parameter
`true` is a default value since version `1.4.0` See scoverage/scoverage-maven-plugin@d22e1a9
1 parent a707418 commit 47f255d

File tree

17 files changed

+0
-40
lines changed

17 files changed

+0
-40
lines changed

aggregation/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ under the License.
106106
<version>${scoverage.plugin.version}</version>
107107
<configuration>
108108
<aggregate>true</aggregate> <!-- for aggregated report -->
109-
<highlighting>true</highlighting>
110109
</configuration>
111110
</plugin>
112111
</plugins>
@@ -143,7 +142,6 @@ under the License.
143142
<version>${scoverage.plugin.version}</version>
144143
<configuration>
145144
<aggregate>true</aggregate> <!-- for aggregated report -->
146-
<highlighting>true</highlighting>
147145
</configuration>
148146
<reportSets>
149147
<reportSet>

different-test-frameworks/scalatest/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ under the License.
118118
<groupId>org.scoverage</groupId>
119119
<artifactId>scoverage-maven-plugin</artifactId>
120120
<version>${scoverage.plugin.version}</version>
121-
<configuration>
122-
<highlighting>true</highlighting>
123-
</configuration>
124121
</plugin>
125122
</plugins>
126123

different-test-frameworks/specs2/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ under the License.
119119
<groupId>org.scoverage</groupId>
120120
<artifactId>scoverage-maven-plugin</artifactId>
121121
<version>${scoverage.plugin.version}</version>
122-
<configuration>
123-
<highlighting>true</highlighting>
124-
</configuration>
125122
</plugin>
126123
</plugins>
127124

different-test-frameworks/surefire/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ under the License.
112112
<groupId>org.scoverage</groupId>
113113
<artifactId>scoverage-maven-plugin</artifactId>
114114
<version>${scoverage.plugin.version}</version>
115-
<configuration>
116-
<highlighting>true</highlighting>
117-
</configuration>
118115
</plugin>
119116
</plugins>
120117

integration-tests/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ under the License.
117117
<groupId>org.scoverage</groupId>
118118
<artifactId>scoverage-maven-plugin</artifactId>
119119
<version>${scoverage.plugin.version}</version>
120-
<configuration>
121-
<highlighting>true</highlighting>
122-
</configuration>
123120
</plugin>
124121
</plugins>
125122

playframework/multimodule/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ under the License.
7474
<!-- uncomment if you don't want templates coverage
7575
<excludedPackages>views.html.*</excludedPackages> -->
7676
<excludedFiles>.*?routes_(routing|reverseRouting)</excludedFiles>
77-
<highlighting>true</highlighting>
7877
</configuration>
7978
</plugin>
8079

playframework/singlemodule/helloworld/helloworld-scala-2.10/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ under the License.
161161
<!-- uncomment if you don't want templates coverage
162162
<excludedPackages>views.html.*</excludedPackages> -->
163163
<excludedFiles>.*?routes_(routing|reverseRouting)</excludedFiles>
164-
<highlighting>true</highlighting>
165164
</configuration>
166165
</plugin>
167166
</plugins>

playframework/singlemodule/helloworld/helloworld-scala-2.11/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ under the License.
148148
<!-- uncomment if you don't want templates coverage
149149
<excludedPackages>views.html.*</excludedPackages> -->
150150
<excludedFiles>.*?routes_(routing|reverseRouting)</excludedFiles>
151-
<highlighting>true</highlighting>
152151
</configuration>
153152
</plugin>
154153
</plugins>

playframework/singlemodule/zentasks/zentasks-scala-2.10/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ under the License.
193193
<!-- uncomment if you don't want templates coverage
194194
<excludedPackages>views.html.*</excludedPackages> -->
195195
<excludedFiles>.*?routes_(routing|reverseRouting)</excludedFiles>
196-
<highlighting>true</highlighting>
197196
</configuration>
198197
</plugin>
199198
</plugins>

playframework/singlemodule/zentasks/zentasks-scala-2.11/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ under the License.
182182
<!-- uncomment if you don't want templates coverage
183183
<excludedPackages>views.html.*</excludedPackages> -->
184184
<excludedFiles>.*?routes_(routing|reverseRouting)</excludedFiles>
185-
<highlighting>true</highlighting>
186185
</configuration>
187186
</plugin>
188187
</plugins>

simple/sbt-compiler-plugin-scala-2.10/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ under the License.
100100
<groupId>org.scoverage</groupId>
101101
<artifactId>scoverage-maven-plugin</artifactId>
102102
<version>${scoverage.plugin.version}</version>
103-
<configuration>
104-
<highlighting>true</highlighting>
105-
</configuration>
106103
</plugin>
107104
</plugins>
108105

simple/sbt-compiler-plugin-scala-2.11/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ under the License.
100100
<groupId>org.scoverage</groupId>
101101
<artifactId>scoverage-maven-plugin</artifactId>
102102
<version>${scoverage.plugin.version}</version>
103-
<configuration>
104-
<highlighting>true</highlighting>
105-
</configuration>
106103
</plugin>
107104
</plugins>
108105

simple/sbt-compiler-plugin-scala-2.12/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ under the License.
100100
<groupId>org.scoverage</groupId>
101101
<artifactId>scoverage-maven-plugin</artifactId>
102102
<version>${scoverage.plugin.version}</version>
103-
<configuration>
104-
<highlighting>true</highlighting>
105-
</configuration>
106103
</plugin>
107104
</plugins>
108105

simple/scala-plugin-scala-2.10/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ under the License.
9999
<groupId>org.scoverage</groupId>
100100
<artifactId>scoverage-maven-plugin</artifactId>
101101
<version>${scoverage.plugin.version}</version>
102-
<configuration>
103-
<highlighting>true</highlighting>
104-
</configuration>
105102
</plugin>
106103
</plugins>
107104

simple/scala-plugin-scala-2.11/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ under the License.
9999
<groupId>org.scoverage</groupId>
100100
<artifactId>scoverage-maven-plugin</artifactId>
101101
<version>${scoverage.plugin.version}</version>
102-
<configuration>
103-
<highlighting>true</highlighting>
104-
</configuration>
105102
</plugin>
106103
</plugins>
107104

simple/scala-plugin-scala-2.12/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ under the License.
9999
<groupId>org.scoverage</groupId>
100100
<artifactId>scoverage-maven-plugin</artifactId>
101101
<version>${scoverage.plugin.version}</version>
102-
<configuration>
103-
<highlighting>true</highlighting>
104-
</configuration>
105102
</plugin>
106103
</plugins>
107104

simple/scala-plugin-scala-2.13/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ under the License.
9999
<groupId>org.scoverage</groupId>
100100
<artifactId>scoverage-maven-plugin</artifactId>
101101
<version>${scoverage.plugin.version}</version>
102-
<configuration>
103-
<highlighting>true</highlighting>
104-
</configuration>
105102
</plugin>
106103
</plugins>
107104

0 commit comments

Comments
 (0)