You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/09/24 14:26:04 UTC

svn commit: r1867465 - /jackrabbit/oak/trunk/oak-search/pom.xml

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>