Author: jukka
Date: Fri Oct 11 18:46:03 2013
New Revision: 1531389

URL: http://svn.apache.org/r1531389
Log:
OAK-104: HTTP bindings for Oak

Exclude the readme from rat checks

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

Modified: jackrabbit/oak/trunk/oak-http/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-http/pom.xml?rev=1531389&r1=1531388&r2=1531389&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-http/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-http/pom.xml Fri Oct 11 18:46:03 2013
@@ -54,7 +54,9 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes />
+            <excludes>
+              <exclude>README.md</exclude>
+            </excludes>
           </configuration>
         </plugin>
       </plugins>


Reply via email to