This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 833e155ec7 Add sonar profile
833e155ec7 is described below
commit 833e155ec70a10c5720360e3cafceacbeab6bca7
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Nov 23 13:58:41 2025 -0500
Add sonar profile
(cherry picked from commit 7ca8bd356a2705d5bebdac16819bc8b8485079c3)
(cherry picked from commit c12b31d6ba23ef4eaa79ca5222bb232428419a07)
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index f907fb3da9..2cd19df3e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,6 +426,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>