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/02/16 10:06:53 UTC

[camel] branch master updated: Exclude notice from license check

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 84c003e  Exclude notice from license check
84c003e is described below

commit 84c003e039e00622313d0328270c5f139b6a8821
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 16 11:06:22 2019 +0100

    Exclude notice from license check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 700c113..c0f1e68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,7 @@
                 <exclude>**/readme-languages.mvel</exclude>
                 <exclude>**/readme-others.mvel</exclude>
                 <exclude>**/spring-boot-auto-configure-options.mvel</exclude>
+                <exclude>**/camel-NOTICE.txt</exclude>
                 <exclude>**/spring-boot-starter-NOTICE.txt</exclude>
                 <!-- cxf does not handle comments here -->
                 <exclude>**/src/main/resources/META-INF/cxf/cxf.extension</exclude>