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 6d7e637  Exclude Maven Wrapper from license check
6d7e637 is described below

commit 6d7e637bb0d5e9b7fd80c0df7389ad0453a43ae9
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Mar 9 20:04:35 2018 +0100

    Exclude Maven Wrapper from license check
    
    Signed-off-by: Gregor Zurowski <[email protected]>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index ba19e6c..2e81265 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,6 +292,8 @@
                 <exclude>**/Tasks__c.java</exclude>
                 
<exclude>**/additional-spring-configuration-metadata.json</exclude>
                 <exclude>**/*.proto</exclude>
+                <!-- Maven Wrapper -->
+                <exclude>.mvn/**/*</exclude>
               </excludes>
             </configuration>
           </plugin>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to