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 ch...@apache.org on 2015/08/17 16:01:13 UTC

svn commit: r1696278 - /jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Author: chetanm
Date: Mon Aug 17 14:01:13 2015
New Revision: 1696278

URL: http://svn.apache.org/r1696278
Log:
OAK-3185 - Port and refactor jackrabbit-webapp module to Oak (WIP)

Exclude json file from rat check

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/pom.xml?rev=1696278&r1=1696277&r2=1696278&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/pom.xml Mon Aug 17 14:01:13 2015
@@ -253,6 +253,8 @@
         <configuration>
           <excludes>
             <exclude>src/main/webapp/WEB-INF/log4j.dtd</exclude>
+            <exclude>src/main/webapp/WEB-INF/templates/repository-config.json</exclude>
+            <exclude>*.sh</exclude>
           </excludes>
         </configuration>
       </plugin>