You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/10/21 10:06:22 UTC

[uima-uimaj] 01/01: [UIMA-6273] isBeforeV3 variable not reset in BinaryCasSerDes

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

rec pushed a commit to branch bugfix/UIMA-6273-isBeforeV3-variable-not-reset-in-BinaryCasSerDes
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 08b17c14d0771c8eb6aa7fccb634fd1023178072
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Oct 21 12:06:07 2020 +0200

    [UIMA-6273] isBeforeV3 variable not reset in BinaryCasSerDes
    
    - Exclude new test files from rat check
---
 uimaj-core/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index a721186..f1cb74d 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -241,6 +241,14 @@
               <id>default-cli</id>
               <configuration>
                 <excludes combine.children="append">
+                  <exclude>src/test/resources/uima-v2-serialized-cas/README</exclude>
+                  <exclude>src/test/resources/uima-v2-serialized-cas/*.xcas</exclude>
+                  <exclude>src/test/resources/uima-v2-serialized-cas/*.xmi</exclude>
+                  <exclude>src/test/resources/uima-v2-serialized-cas/*.bin*</exclude>
+                  <exclude>src/test/resources/uima-v3-serialized-cas/README</exclude>
+                  <exclude>src/test/resources/uima-v3-serialized-cas/*.xcas</exclude>
+                  <exclude>src/test/resources/uima-v3-serialized-cas/*.xmi</exclude>
+                  <exclude>src/test/resources/uima-v3-serialized-cas/*.bin*</exclude>
                   <exclude>src/test/resources/CASTests/*.txt</exclude> <!-- test data -->
                   <exclude>src/test/resources/data/moby.txt</exclude>
                   <exclude>src/test/resources/org/apache/uima/resource/impl/ResourceInClasspath.txt</exclude> <!-- test data -->