Skip to content

Commit 37ed3ca

Browse files
committed
[pom] properly wrap jacoco excludes
1 parent a9572ca commit 37ed3ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,10 @@
308308
<groupId>org.jacoco</groupId>
309309
<artifactId>jacoco-maven-plugin</artifactId>
310310
<configuration>
311-
<exclude>org.apache.ibatis.ognl.*</exclude>
312-
<exclude>org.apache.ibatis.javassist.*</exclude>
311+
<excludes>
312+
<exclude>org.apache.ibatis.ognl.*</exclude>
313+
<exclude>org.apache.ibatis.javassist.*</exclude>
314+
</excludes>
313315
</configuration>
314316
</plugin>
315317
</plugins>

0 commit comments

Comments
 (0)