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 2018/03/09 19:15:31 UTC

[camel] branch master updated: Exclude JSON example files 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 0bb83b2  Exclude JSON example files from license check
0bb83b2 is described below

commit 0bb83b287fde2a14bc9e8fcfba1a7adae36e826f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Mar 9 20:15:10 2018 +0100

    Exclude JSON example files from license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 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
gzurowski@apache.org.