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-resource-editor.git
commit db5789c055f7ac81bc14801e72ccf082ca1d912b Author: Robert Munteanu <[email protected]> AuthorDate: Fri Mar 27 14:15:14 2015 +0000 resourceeditor: exclude frontend from rat checks git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1669594 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 870c68a..fc59a58 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>frontend/**</exclude> + </excludes> + </configuration> + </plugin> </plugins> <extensions> <extension> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
