You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 15:04:17 UTC

[camel-karaf] 01/02: Rat check: Skip src/generated

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

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

commit 08f6f238ce285a4cd7da90919a02bfd75bbc1a4f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:02:11 2020 +0200

    Rat check: Skip src/generated
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2e86410..af20ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1003,6 +1003,8 @@
                     <configuration>
                         <excludeSubProjects>false</excludeSubProjects>
                         <excludes>
+                            <exclude>**/generated/**</exclude>
+                            <exclude>**/generated.txt</exclude>
                             <exclude>**/*.mvel</exclude>
                             <exclude>**/catalog/*.properties</exclude>
                             <exclude>**/*.json</exclude>