You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2015/08/07 01:07:27 UTC

svn commit: r1694585 - /tika/trunk/tika-core/pom.xml

Author: nick
Date: Thu Aug  6 23:07:26 2015
New Revision: 1694585

URL: http://svn.apache.org/r1694585
Log:
More Tika Core rat excludes

Modified:
    tika/trunk/tika-core/pom.xml

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1694585&r1=1694584&r2=1694585&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Thu Aug  6 23:07:26 2015
@@ -85,6 +85,8 @@
         <configuration>
           <excludes>
             <exclude>src/test/resources/org/apache/tika/**</exclude>
+            <exclude>src/main/resources/org/apache/tika/language/*.ngp</exclude>
+            <exclude>src/main/resources/org/apache/tika/detect/*.nnmodel</exclude>
           </excludes>
         </configuration>
       </plugin>