Skip to content

Commit

Permalink
Exclude the files causing issues on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 11, 2019
1 parent 7a09848 commit 114cf9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,13 @@
<exclude>lang/java/protobuf/src/test/java/org/apache/avro/protobuf/Test.java</exclude>
<!-- data and schema files -->
<exclude>**/*.avro</exclude> <!-- binary format -->
<exclude>**/*.avro12</exclude> <!-- binary format -->
<exclude>**/*.avsc</exclude> <!-- does not allow comments -->
<exclude>**/*.avpr</exclude> <!-- does not allow comments -->
<exclude>**/*.json</exclude> <!-- does not allow comments -->
<exclude>**/*.p12</exclude> <!-- binary format, cert -->
<exclude>**/keystore</exclude> <!-- binary format, cert -->
<exclude>**/Avro.snk</exclude> <!-- binary format -->
<exclude>lang/c/tests/schema_tests/fail/*</exclude> <!-- C test cases -->
<exclude>lang/c/tests/schema_tests/pass/*</exclude> <!-- C test cases -->
<exclude>lang/c++/jsonschemas/*</exclude> <!-- C++ test cases -->
Expand Down

0 comments on commit 114cf9c

Please sign in to comment.