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

davsclaus pushed a commit to branch camel-karaf-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-3.14.x by this 
push:
     new 6d6cc55  Fix rat:check
6d6cc55 is described below

commit 6d6cc5527225b674707de69ad5a5cbfbb8f6ecc8
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jan 21 17:00:00 2022 +0100

    Fix rat:check
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 03a2909..0d8a340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,6 +614,11 @@
                             </exclude>
                             <!-- Maven Wrapper -->
                             <exclude>.mvn/**/*</exclude>
+                            <!-- generated -->
+                            <exclude>**/languages.properties</exclude>
+                            <exclude>**/others.properties</exclude>
+                            <exclude>**/dataformats.properties</exclude>
+                            <exclude>**/components.properties</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

Reply via email to