Author: reschke
Date: Tue Sep 24 14:26:04 2019
New Revision: 1867465
URL: http://svn.apache.org/viewvc?rev=1867465&view=rev
Log:
OAK-8637 - added convergence test for LMSEstimator - added rat exclusion for
TSV test file
Modified:
jackrabbit/oak/trunk/oak-search/pom.xml
Modified: jackrabbit/oak/trunk/oak-search/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search/pom.xml?rev=1867465&r1=1867464&r2=1867465&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search/pom.xml Tue Sep 24 14:26:04 2019
@@ -66,6 +66,11 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/lms-data.tsv</exclude>
+ </excludes>
+ </configuration>
</plugin>
</plugins>
</build>