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

commit 85ee13203267a9d9d330766ee21b36a00b7d9bb9
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Mar 9 20:26:53 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 274aeb4..c26f246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
                 <!-- examples -->
                 <exclude>**/fabric8/*.yaml</exclude>
                 <exclude>**/src/main/resources/consul/services.json</exclude>
-                <exclude>examples/**/src/main/resources/data/*.json</exclude>
+                <exclude>**/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