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:20:35 UTC

[camel] branch master updated: Ignore KieServerExtension file in 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


The following commit(s) were added to refs/heads/master by this push:
     new 205570b  Ignore KieServerExtension file in license check
205570b is described below

commit 205570bb86cfc83b0677484e17db28feb31885a0
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:19:35 2018 +0100

    Ignore KieServerExtension file in 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 6a7e6c5..0698f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,6 +301,7 @@
                 <exclude>**/additional-spring-configuration-metadata.json</exclude>
 		<exclude>**/*.proto</exclude>
 		<exclude>**/src/revapi/ignore.json</exclude>
+                <exclude>components/camel-jbpm/src/main/resources/META-INF/services/org.kie.server.services.api.KieServerExtension</exclude>
                 <!-- Maven Wrapper -->
                 <exclude>.mvn/**/*</exclude>
               </excludes>