You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2014/11/20 22:38:42 UTC

svn commit: r1640822 - /opennlp/trunk/opennlp-tools/pom.xml

Author: joern
Date: Thu Nov 20 21:38:42 2014
New Revision: 1640822

URL: http://svn.apache.org/r1640822
Log:
OPENNLP-734 Added RAT exclud for snowball stemmer source code

Modified:
    opennlp/trunk/opennlp-tools/pom.xml

Modified: opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1640822&r1=1640821&r2=1640822&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/pom.xml (original)
+++ opennlp/trunk/opennlp-tools/pom.xml Thu Nov 20 21:38:42 2014
@@ -136,6 +136,7 @@
                 <exclude>src/test/resources/opennlp/tools/sentdetect/Sentences.txt</exclude> <!-- test data -->
                 <exclude>src/test/resources/opennlp/tools/tokenize/token.train</exclude> <!-- test data -->
                 <exclude>lang/en/parser/en-head_rules</exclude> <!-- head rule file, format does not allow AL header -->
+		<exclude>src/main/java/opennlp/tools/stemmer/snowball/*.java</exclude>
               </excludes>
             </configuration>
           </execution>