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

ipavlukhin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new c952133  IGNITE-11907 Exclude test resource Wrapper.ser from license 
check
c952133 is described below

commit c9521338d2a402fef5e58d19d0dfe96c87023b06
Author: ipavlukhin <vololo...@gmail.com>
AuthorDate: Tue Jul 16 14:46:30 2019 +0300

    IGNITE-11907 Exclude test resource Wrapper.ser from license check
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index d66828e..810010f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -949,6 +949,7 @@
                                         
<exclude>src/test/binaries/repo/org/apache/ignite/binary/test2/maven-metadata-local.xml</exclude>
                                         
<exclude>src/test/binaries/repo/org/apache/ignite/binary/test1/1.1/test1-1.1.pom</exclude>
                                         
<exclude>src/test/binaries/repo/org/apache/ignite/binary/test1/maven-metadata-local.xml</exclude>
+                                        
<exclude>src/test/resources/org/apache/ignite/internal/managers/discovery/Wrapper.ser</exclude>
                                         <!--shmem-->
                                         
<exclude>ipc/shmem/**/Makefile.in</exclude><!--auto generated files-->
                                         
<exclude>ipc/shmem/**/Makefile</exclude><!--auto generated files-->

Reply via email to