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 2019/05/04 12:30:49 UTC

[camel] 01/02: Exclude jbpm *.wid files from license check

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 1091eb3ed8801775aa3710b309402c8007ca91f8
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat May 4 14:29:33 2019 +0200

    Exclude jbpm *.wid files from license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f8c7048..6c4adea 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-jbpm -->
+                <exclude>**/src/main/resources/*.wid</exclude>
                 <!-- camel website and user-manual -->
                 <exclude>**/node/**</exclude>
                 <exclude>**/node_modules/**</exclude>