You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/29 11:02:44 UTC

[camel-quarkus] 01/01: Don't search license in csv file

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

acosentino pushed a commit to branch csv-exclude-license
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 96fa50bf3ab4ddf14b92abcf48bd9fbace15fea3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 29 12:02:14 2019 +0100

    Don't search license in csv file
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index fa36a55..a7e6ba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,7 @@
                         <header>header.txt</header>
                         <excludes>
                             <exclude>**/*.adoc</exclude>
+                            <exclude>**/*.csv</exclude>
                             <exclude>**/*.lock</exclude>
                             <exclude>**/*.mp3</exclude>
                             <exclude>**/*.mp4</exclude>