From 1a341d175522d57680e79cf3fe45c240858168a9 Mon Sep 17 00:00:00 2001
From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Date: Mon, 8 Dec 2025 18:32:11 +0530
Subject: [PATCH] Update pom.xml
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
---
authentication/pom.xml | 53 ++++++++++++++++++++++++------------------
1 file changed, 31 insertions(+), 22 deletions(-)
diff --git a/authentication/pom.xml b/authentication/pom.xml
index cf1848ba2c9..15fae4d54a4 100644
--- a/authentication/pom.xml
+++ b/authentication/pom.xml
@@ -454,27 +454,36 @@
-
-
- sonar
-
-
-
- org.sonarsource.scanner.maven
- sonar-maven-plugin
- ${maven.sonar.version}
-
-
- verify
-
- sonar
-
-
-
-
-
-
-
-
+
+
+ sonar
+
+ .
+ src/main/java/**,src/main/resources/**
+ ${sonar.coverage.exclusions}
+ https://sonarcloud.io
+
+
+ false
+
+
+
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+ ${maven.sonar.plugin.version}
+
+
+ verify
+
+ sonar
+
+
+
+
+
+
+
+