This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
new 7ca8bd356a Add sonar profile
7ca8bd356a is described below
commit 7ca8bd356a2705d5bebdac16819bc8b8485079c3
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 6f1c79b882..582ee8ab0c 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>