WW-5232 Applies proper coverage settings for Jacoco plugin and Sonar

This commit is contained in:
Lukasz Lenart
2022-09-27 19:41:20 +02:00
parent a4fe51f5b3
commit 32201b2ef2
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -97,6 +97,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine}</argLine>
<additionalClasspathElements>
<element>${project.build.testOutputDirectory}/jsps.jar</element>
</additionalClasspathElements>