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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 4086568a3f43a728f27df919522a5df844d1d4c7
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 7 10:43:15 2020 +0200

    Fix RAT check
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5aa46fba..d99c2cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,6 +279,8 @@
                         <excludeSubProjects>false</excludeSubProjects>
                         <excludes>
                             <exclude>**/*.mvel</exclude>
+                            <exclude>**/*.yml</exclude>
+                            <exclude>**/*.yaml</exclude>
                             <exclude>**/catalog/*.properties</exclude>
                             <exclude>**/*.json</exclude>
                             <exclude>**/README</exclude>

Reply via email to