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 5acea451920f7f6f65389177522e3ff65d5e2bfd Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Fri Nov 23 19:01:40 2018 +0100 Exclude data files of FHIR examples from license check Signed-off-by: Gregor Zurowski <gre...@zurowski.org> --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 853bb82..e7e78a3 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,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> <!-- generated files --> <exclude>**/target/**/*</exclude> <exclude>**/eclipse-classes/**/*</exclude>