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 17:20:34 UTC

svn commit: r1676300 - /sling/trunk/bundles/extensions/validation/it-http/pom.xml

Author: cziegeler
Date: Mon Apr 27 15:20:33 2015
New Revision: 1676300

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

Modified:
    sling/trunk/bundles/extensions/validation/it-http/pom.xml

Modified: sling/trunk/bundles/extensions/validation/it-http/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/it-http/pom.xml?rev=1676300&r1=1676299&r2=1676300&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/it-http/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/it-http/pom.xml Mon Apr 27 15:20:33 2015
@@ -106,6 +106,16 @@
                     </filesets>
                 </configuration>
             </plugin>
+           <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>sling/**</exclude>
+                        <exclude>derby.log</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>