You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:28:42 UTC

[sling-org-apache-sling-testing-sling-mock] 10/27: Update rat exclude rules

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

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

commit 3b08cf06937fee341ae95bc43de0221a7c89a9ec
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Jun 25 15:13:17 2015 +0000

    Update rat exclude rules
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock-oak@1687547 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 17d8fd3..66de223 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,6 +184,16 @@
                 </execution>
               </executions>
           </plugin>
+
+          <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>dependency-reduced-pom.xml</exclude>
+                    </excludes>
+                </configuration>
+          </plugin>
         </plugins>
     </build>
   

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