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 da...@apache.org on 2017/03/31 13:37:04 UTC

svn commit: r1789684 - /jackrabbit/oak/trunk/oak-it/pom.xml

Author: davide
Date: Fri Mar 31 13:37:04 2017
New Revision: 1789684

URL: http://svn.apache.org/viewvc?rev=1789684&view=rev
Log:
skipping rat checks on generated directory

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

Modified: jackrabbit/oak/trunk/oak-it/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-it/pom.xml?rev=1789684&r1=1789683&r2=1789684&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-it/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-it/pom.xml Fri Mar 31 13:37:04 2017
@@ -30,6 +30,19 @@
     <artifactId>oak-it</artifactId>
     <name>Oak Integration Tests</name>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>osgi/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
     <dependencies>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>