This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 763d106  [cp2fm] META-INF/services ignored by RAT
763d106 is described below

commit 763d106106f7df86d7450b9c804b8342b6d50f47
Author: Simo Tripodi <[email protected]>
AuthorDate: Thu Mar 7 14:32:06 2019 +0100

    [cp2fm] META-INF/services ignored by RAT
---
 content-package-2-feature-model/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content-package-2-feature-model/pom.xml 
b/content-package-2-feature-model/pom.xml
index 2eff7ce..0bc3d88 100644
--- a/content-package-2-feature-model/pom.xml
+++ b/content-package-2-feature-model/pom.xml
@@ -225,6 +225,7 @@
         <artifactId>apache-rat-plugin</artifactId>
           <configuration>
           <excludes>
+            
<exclude>src/main/resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler</exclude>
             <exclude>src/main/legal/NOTICE-with-deps</exclude>
           </excludes>
         </configuration>

Reply via email to