This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git
commit c1972b190c1e9934fd2de9a6e48cc678f23ae403 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Jun 29 12:40:08 2015 +0000 update rat exclusions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/testing-content@1688198 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index c9f3f5e..535158a 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,10 @@ <excludes combine.children="append"> <exclude>src/main/resources/SLING-INF/**/*.json</exclude> <exclude>src/main/resources/SLING-INF/**/*.ecma</exclude> + <!-- Ignore files generated bei IDE plugins e.g. maven-eclipse-plugin --> + <exclude>maven-eclipse.xml</exclude> + <exclude>.*</exclude> + <exclude>.*/**</exclude> </excludes> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
