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

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

commit f6ceec7c73bf0573850494d6a068959f1f632eb1
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat May 4 14:30:19 2019 +0200

    Exclude camel-as2 *.vm files 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 6c4adea..960bde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,8 @@
                 <!-- camel-salesforce BSD license from salesforce developers 
-->
                 <exclude>**/CometDReplayExtension.java</exclude>
                 <exclude>**/LICENSE-SALESFORCE.txt</exclude>
+                <!-- camel-as2 -->
+                <exclude>**/mdnDescription.vm</exclude>
                 <!-- camel-jbpm -->
                 <exclude>**/src/main/resources/*.wid</exclude>
                 <!-- camel website and user-manual -->

Reply via email to