This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new e0deeef AVRO-2528: Exclude test resources from license check
e0deeef is described below
commit e0deeefabbd492284ce9772b7f2e626b7ac5b91b
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Aug 26 20:38:16 2019 +0200
AVRO-2528: Exclude test resources from license check
(cherry picked from commit 94923cf2fb64ed56705ae6310d948a28a506a2f4)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a0a0288..9142dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
<exclude>lang/csharp/src/apache/perf/com/foo/*.cs</exclude>
<exclude>lang/csharp/src/apache/ipc/org/apache/avro/ipc/*.cs</exclude>
<exclude>lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.txt</exclude>
-
<exclude>lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/_SUCCESS</exclude>
+
<exclude>lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/*</exclude>
<exclude>lang/java/protobuf/src/test/java/org/apache/avro/protobuf/noopt/Test.java</exclude>
<exclude>lang/java/protobuf/src/test/java/org/apache/avro/protobuf/multiplefiles/A.java</exclude>
<exclude>lang/java/protobuf/src/test/java/org/apache/avro/protobuf/multiplefiles/Foo.java</exclude>