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:17:24 UTC

[camel] 03/03: Ignore mvel file for 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

commit bed98e78c89387948c4704afa92062b052164d90
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:14:05 2018 +0100

    Ignore mvel file for 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 d20f641..6a7e6c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,6 +253,7 @@
                 <exclude>**/readme-examples.mvel</exclude>
                 <exclude>**/readme-languages.mvel</exclude>
                 <exclude>**/readme-others.mvel</exclude>
+                <exclude>**/spring-boot-auto-configure-options.mvel</exclude>
                 <exclude>**/spring-boot-starter-NOTICE.txt</exclude>
                 <!-- cxf does not handle comments here -->
                 <exclude>**/src/main/resources/META-INF/cxf/cxf.extension</exclude>