This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.paxexam.util-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-paxexam-util.git
commit 56bc0504cffa77c8056a050f752b4fb9454e1af3 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/testing/sling-pax-util@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]>.
