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 18:10:25 UTC

svn commit: r1676324 - /sling/trunk/testing/samples/integration-tests/pom.xml

Author: cziegeler
Date: Mon Apr 27 16:10:25 2015
New Revision: 1676324

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

Modified:
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1676324&r1=1676323&r2=1676324&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Mon Apr 27 16:10:25 2015
@@ -115,6 +115,16 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>derby.log</exclude>
+                        <exclude>sling/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>