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 d9c214b28d350714a20b688a2ffe46dbc44949e9 Author: Gregor Zurowski <[email protected]> AuthorDate: Fri Nov 23 19:14:05 2018 +0100 Ignore mvel file for license check Signed-off-by: Gregor Zurowski <[email protected]> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e7e78a3..843e573 100644 --- a/pom.xml +++ b/pom.xml @@ -257,6 +257,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>
