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/11/23 18:44:02 UTC

[camel] branch master updated: Fix license check excludes

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 742ca48  Fix license check excludes
742ca48 is described below

commit 742ca48a89c0da0fe16e4931f855f1ea30ee5ec3
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:43:49 2018 +0100

    Fix license check excludes
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0698f31..a7e7584 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,8 +277,8 @@
                 <exclude>**/fabric8/*.yaml</exclude>
                 <exclude>**/src/main/resources/consul/services.json</exclude>
                 <exclude>**/src/main/resources/data/*.json</exclude>
-                <exclude>examples/camel-example-fhir*/src/main/data/*.patient</exclude>
-                <exclude>examples/camel-example-fhir*/src/main/data/*.csv</exclude>
+                <exclude>**/src/main/data/*.patient</exclude>
+                <exclude>**/src/main/data/*.csv</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>
@@ -301,7 +301,7 @@
                 <exclude>**/additional-spring-configuration-metadata.json</exclude>
 		<exclude>**/*.proto</exclude>
 		<exclude>**/src/revapi/ignore.json</exclude>
-                <exclude>components/camel-jbpm/src/main/resources/META-INF/services/org.kie.server.services.api.KieServerExtension</exclude>
+                <exclude>**/src/main/resources/META-INF/services/org.kie.server.services.api.KieServerExtension</exclude>
                 <!-- Maven Wrapper -->
                 <exclude>.mvn/**/*</exclude>
               </excludes>