diff --git a/authentication/pom.xml b/authentication/pom.xml
index cf1848ba2c..15fae4d54a 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
+
+
+
+
+
+
+
+