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 al...@apache.org on 2013/05/17 10:12:56 UTC

svn commit: r1483687 - /jackrabbit/oak/trunk/oak-lucene/pom.xml

Author: alexparvulescu
Date: Fri May 17 08:12:56 2013
New Revision: 1483687

URL: http://svn.apache.org/r1483687
Log:
OAK-828 Lucene support for index aggregates - added apache rat ignores

Modified:
    jackrabbit/oak/trunk/oak-lucene/pom.xml

Modified: jackrabbit/oak/trunk/oak-lucene/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/pom.xml?rev=1483687&r1=1483686&r2=1483687&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-lucene/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-lucene/pom.xml Fri May 17 08:12:56 2013
@@ -68,6 +68,20 @@
         <artifactId>maven-scr-plugin</artifactId>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>src/test/resources/org/apache/jackrabbit/oak/jcr/query/test.txt</exclude>
+              <exclude>src/test/resources/org/apache/jackrabbit/oak/jcr/query/test.rtf</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <dependencies>