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 <[email protected]> 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>
