You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/31 08:35:22 UTC

[camel-spring-boot] branch master updated: RAT fix

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


The following commit(s) were added to refs/heads/master by this push:
     new d3bec7d  RAT fix
d3bec7d is described below

commit d3bec7d8178efbfb9c0591ed80b74dc6b6932eb8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 31 10:35:04 2020 +0200

    RAT fix
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6b46663..861bf77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,6 +398,11 @@
                             </exclude>
                             <!-- Maven Wrapper -->
                             <exclude>.mvn/**/*</exclude>
+                            <!-- examples -->
+                            <exclude>examples/**/*.properties</exclude>
+                            <exclude>examples/**/*.yml</exclude>
+                            <exclude>examples/**/*.yaml</exclude>
+
                         </excludes>
                     </configuration>
                 </plugin>