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 0bb83b2  Exclude JSON example files from license check
0bb83b2 is described below

commit 0bb83b287fde2a14bc9e8fcfba1a7adae36e826f
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Mar 9 20:15:10 2018 +0100

    Exclude JSON example files from license check
    
    Signed-off-by: Gregor Zurowski <[email protected]>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2e81265..274aeb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,7 @@
                 <!-- examples -->
                 <exclude>**/fabric8/*.yaml</exclude>
                 <exclude>**/src/main/resources/consul/services.json</exclude>
+                <exclude>examples/**/src/main/resources/data/*.json</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to