Skip to content

Commit

Permalink
AVRO-2528: Exclude test resources from license check
Browse files Browse the repository at this point in the history
(cherry picked from commit 94923cf)
  • Loading branch information
Fokko committed Aug 26, 2019
1 parent 4efbf58 commit aa9abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aa9abba

Please sign in to comment.