You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2020/01/19 12:03:02 UTC

[camel] 01/02: Add generated.txt to license check excludes

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

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

commit 51a2474747b43b495777e508f89882290485eea6
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Jan 19 03:59:03 2020 -0800

    Add generated.txt to license check excludes
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1a994b8..002b58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,6 +220,7 @@
             <configuration>
               <excludeSubProjects>false</excludeSubProjects>
               <excludes>
+                <exclude>**/generated.txt</exclude>
                 <exclude>**/README</exclude>
                 <exclude>**/README.txt</exclude>
                 <exclude>**/README.md</exclude>