This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new 63baa87 Add launcher dir to rat excludes
63baa87 is described below
commit 63baa8717e03fdc1b43717c75856b023777d2192
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Sep 6 11:22:50 2018 +0200
Add launcher dir to rat excludes
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index ffca324..9debaf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
<exclude>readme.md</exclude>
<exclude>src/main/resources/META-INF/services/**</exclude>
<exclude>**/*.properties</exclude>
+ <exclude>launcher/**</exclude>
</excludes>
</configuration>
</plugin>