You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/27 15:23:29 UTC

svn commit: r1676257 - /sling/trunk/bundles/commons/mime/pom.xml

Author: cziegeler
Date: Mon Apr 27 13:23:29 2015
New Revision: 1676257

URL: http://svn.apache.org/r1676257
Log:
Add excludes for rat

Modified:
    sling/trunk/bundles/commons/mime/pom.xml

Modified: sling/trunk/bundles/commons/mime/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/mime/pom.xml?rev=1676257&r1=1676256&r2=1676257&view=diff
==============================================================================
--- sling/trunk/bundles/commons/mime/pom.xml (original)
+++ sling/trunk/bundles/commons/mime/pom.xml Mon Apr 27 13:23:29 2015
@@ -67,6 +67,16 @@
                     </instructions>
                 </configuration>
             </plugin>
+           <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>src/main/resources/res/jquery.treeTable.css</exclude>
+                        <exclude>src/main/resources/res/jquery.treeTable.min.js</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <reporting>