You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/09/07 05:58:42 UTC

svn commit: r1759545 - /sling/trunk/bundles/extensions/resourcebuilder/pom.xml

Author: bdelacretaz
Date: Wed Sep  7 05:58:42 2016
New Revision: 1759545

URL: http://svn.apache.org/viewvc?rev=1759545&view=rev
Log:
Rats - the rat plugin was unhappy when building from this folder

Modified:
    sling/trunk/bundles/extensions/resourcebuilder/pom.xml

Modified: sling/trunk/bundles/extensions/resourcebuilder/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/resourcebuilder/pom.xml?rev=1759545&r1=1759544&r2=1759545&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/resourcebuilder/pom.xml (original)
+++ sling/trunk/bundles/extensions/resourcebuilder/pom.xml Wed Sep  7 05:58:42 2016
@@ -39,6 +39,20 @@
         <url>https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</url>
     </scm>
   
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>sling/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <modules>
         <module>impl</module>
         <module>integration-tests</module>