Skip to content

Commit

Permalink
Merge pull request #270 from Mahesh-Binayak/patch-3
Browse files Browse the repository at this point in the history
[DSD-5599]Update pom.xml
  • Loading branch information
ckm007 authored Jul 1, 2024
2 parents c4eaee0 + 8ad30fb commit ad0b9e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kafka-admin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
<goals>
<goal>report-aggregate</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/site/jacoco-aggregate</outputDirectory>
<reportFormats>
<reportFormat>XML</reportFormat>
</reportFormats>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -248,7 +254,7 @@
<properties>
<sonar.sources>.</sonar.sources>
<sonar.inclusions>src/main/java/**,src/main/resources/**</sonar.inclusions>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco-aggregate/</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<activation>
Expand Down

0 comments on commit ad0b9e0

Please sign in to comment.