This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit 89e457c267641bd542463365378099d291219d7f
Author: Bertrand Delacretaz <bdelacre...@apache.org>
AuthorDate: Wed Sep 7 05:58:42 2016 +0000

    Rats - the rat plugin was unhappy when building from this folder
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1759545
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index f1690af..5f62447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to