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-paxexam-util.git
commit 59fedd70a594b13148a70495ace2c71a2283c81e Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Apr 27 16:02:12 2015 +0000 Add missing excludes for rat git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1676320 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9a32f1a..8ccb357 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,16 @@ <build> <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>derby.log</exclude> + <exclude>jackrabbit/**</exclude> + </excludes> + </configuration> + </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
