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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new c7e1950  Add excludes for license checks
c7e1950 is described below

commit c7e195096d73ffdae696b68e83e3c65b7eb41006
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat May 4 14:37:41 2019 +0200

    Add excludes for license checks
    
    Signed-off-by: Gregor Zurowski <[email protected]>
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 960bde6..f7baf08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,10 +231,12 @@
                 <exclude>.gitignore</exclude>
                 <exclude>.git/**/*</exclude>
                 <exclude>**/*.adoc</exclude>
+                <exclude>**/*.adoc.template</exclude>
                 <exclude>**/*.md</exclude>
                 <exclude>**/*.sh</exclude>
                 <exclude>**/*.bat</exclude>
                 <exclude>**/java9-maven-settings</exclude>
+                <exclude>**/*.pfx</exclude>
                 <!-- tooling json-simple parser -->
                 <exclude>**/src/main/java/org/json/simple/**</exclude>
                 <!-- tooling/camel-manual/src/styles/print.css use a different 
license -->
@@ -273,6 +275,7 @@
                 <exclude>**/npm-shrinkwrap.json</exclude>
                 <exclude>**/package.json</exclude>
                 <exclude>**/user-manual/**</exclude>
+                <exclude>**/yarn.lock</exclude>
                 <!-- camel connector -->
                 <exclude>**/camel-connector.json</exclude>
                 <exclude>**/camel-connector-schema.json</exclude>

Reply via email to