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:43 UTC

[camel-quarkus] branch csv-exclude-license created (now 96fa50b)

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

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


      at 96fa50b  Don't search license in csv file

This branch includes the following new commits:

     new 96fa50b  Don't search license in csv file

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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>