You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/12/16 21:30:51 UTC

svn commit: r1050144 - /uima/uimaj/trunk/uimaj-core/pom.xml

Author: schor
Date: Thu Dec 16 20:30:51 2010
New Revision: 1050144

URL: http://svn.apache.org/viewvc?rev=1050144&view=rev
Log:
[UIMA-1968] add RAT excludes for test data 

Modified:
    uima/uimaj/trunk/uimaj-core/pom.xml

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1050144&r1=1050143&r2=1050144&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Thu Dec 16 20:30:51 2010
@@ -163,6 +163,7 @@
                 <exclude>src/test/resources/data/moby.txt</exclude>
                 <exclude>src/test/resources/org/apache/uima/resource/impl/ResourceInClasspath.txt</exclude> <!-- test data -->
                 <exclude>src/test/resources/pearTests/*.pear</exclude> <!-- test pear files -->
+                <exclude>src/test/resources/pearTests/encodingTests/*</exclude> <!-- test data, RAT can't reliably read these -->
                 <exclude>src/test/resources/SequencerTest/*.txt</exclude> <!-- test data -->
               </excludes>              
             </configuration>