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 97ddc7310cfc4de2948eb7c949b7af192f4487cc Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Fri Nov 23 19:19:35 2018 +0100 Ignore KieServerExtension file in license check Signed-off-by: Gregor Zurowski <gre...@zurowski.org> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 843e573..bac7a48 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,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>