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 2019/08/26 19:50:50 UTC

[camel] branch master updated: Add generated.txt to rat ignore list

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 528e8b8  Add generated.txt to rat ignore list
528e8b8 is described below

commit 528e8b8340a2b9dfe5cd50497bdb1f0ea26d0e55
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 26 21:50:24 2019 +0200

    Add generated.txt to rat ignore list
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6ebbded..6b508fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,7 @@
                     <configuration>
                         <excludeSubProjects>false</excludeSubProjects>
                         <excludes>
+                            <exclude>**/generated.txt</exclude>
                             <exclude>**/*.json</exclude>
                             <exclude>**/README</exclude>
                             <exclude>**/README.txt</exclude>