Skip to content

Commit

Permalink
[DSD-6442]added suppport for sonar coverage and updated the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh-Binayak committed Oct 24, 2024
1 parent 6125f75 commit 2f32b12
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
<!-- <maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version> -->
<maven.javadoc.version>3.2.0</maven.javadoc.version>
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-filter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>

<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-hotlistfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
<maven.javadoc.version>3.2.0</maven.javadoc.version>
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>

Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-internal-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-otp-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description>Maven project of MOSIP ID-Authentication Service</description>
<properties>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<maven.sonar.version>3.7.0.1746</maven.sonar.version>
<powermock.version>2.0.9</powermock.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>

<!-- Test & Logging -->
<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -349,7 +349,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${maven.jacoco.version}</version>
<version>${jacoco.maven.plugin.version}</version>
<configuration>
<excludes>
<exclude>**/constant/**</exclude>
Expand Down

0 comments on commit 2f32b12

Please sign in to comment.