You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/05 10:22:36 UTC

[camel] 28/43: Fix license check excludes

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 94732f81d1f91ae0ee4cba135c94bc5cea73570f
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 bac7a48..a1e8edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,8 +281,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>
@@ -305,7 +305,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>