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-oak.git
commit 3b08cf06937fee341ae95bc43de0221a7c89a9ec Author: Robert Munteanu <[email protected]> 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 "[email protected]" <[email protected]>.
