Skip to content

Commit 460c16d

Browse files
committed
maybe this will do it
1 parent 5217c05 commit 460c16d

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
@@ -19,7 +19,7 @@
1919
<protobuf.version>4.29.2</protobuf.version>
2020
<sslcontext.version>8.3.5</sslcontext.version>
2121
<!-- JaCoCo Properties -->
22-
<jacoco.version>0.8.12</jacoco.version>
22+
<jacoco.version>0.8.13</jacoco.version>
2323
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
2424
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2525
<sonar.language>java</sonar.language>
@@ -370,10 +370,12 @@
370370
<goals>
371371
<goal>prepare-agent</goal>
372372
</goals>
373+
<configuration>
374+
<classDumpDir>${project.basedir}/target/classes</classDumpDir>
375+
</configuration>
373376
</execution>
374377
<execution>
375378
<id>report</id>
376-
<phase>test</phase>
377379
<goals>
378380
<goal>report</goal>
379381
</goals>

0 commit comments

Comments
 (0)