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/10/18 23:27:01 UTC

[sling-org-apache-sling-installer-factory-subsystems-base] 02/04: subsystem_base: ignore test -* base files when doing rat checks

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-subsystems-base.git

commit 40d272bca8a536a5bf4153e231558372477b3cf9
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 6 08:15:41 2015 +0000

    subsystem_base: ignore test -* base files when doing rat checks
    
    These files are checked (and fail) when running on Jenkins, but not
    locally
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1712914 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1b7a349..ec06a90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,15 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                   <excludes>
+                        <exclude>src/test/resources/*-base</exclude>
+                   </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

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