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 <[email protected]> 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 "[email protected]" <[email protected]>.
