From 67df00c36e642c45a547dcc7f7b60b087bae364f Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Thu, 25 Dec 2025 15:25:59 +0100 Subject: [PATCH] Add SonarQube Maven plugin to `pom.xml` configuration. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e7c97f2..d647142 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,12 @@ 3.5.3 + + org.sonarsource.scanner.maven + sonar-maven-plugin + 5.5.0.6356 + + \ No newline at end of file