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

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


The following commit(s) were added to refs/heads/main by this push:
     new c4d7139a09e8 chore: add SonarCloud CPD exclusions for unavoidable 
duplication
c4d7139a09e8 is described below

commit c4d7139a09e88414982329e456e622379d11b1fe
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Apr 8 06:54:26 2026 +0200

    chore: add SonarCloud CPD exclusions for unavoidable duplication
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index fb2306bcc59f..45a0450e6a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,9 @@
         <sonar.coverage.jacoco.xmlReportPaths>
             
${maven.multiModuleProjectDirectory}/coverage/target/site/jacoco-aggregate/jacoco.xml
         </sonar.coverage.jacoco.xmlReportPaths>
+        <sonar.cpd.exclusions>
+            
components/camel-jackson3/**,components/camel-jackson3xml/**,components/camel-test/camel-test-junit6/**
+        </sonar.cpd.exclusions>
 
         <cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
         <flatten-maven-plugin-version>1.7.3</flatten-maven-plugin-version>

Reply via email to