This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 2dad9b0df0 Add sonar profile
2dad9b0df0 is described below

commit 2dad9b0df0711adec4ab7514ac2ed1e40cd91e77
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Nov 23 13:58:41 2025 -0500

    Add sonar profile
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9c049908e3..f364f9528d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,6 +432,18 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>sonar</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.sonarsource.scanner.maven</groupId>
+                        <artifactId>sonar-maven-plugin</artifactId>
+                        <version>5.3.0.6276</version>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
     <build>
         <defaultGoal>install</defaultGoal>

Reply via email to