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

rombert pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 5de10e17545eb4341c4226ed2af26a00d0709aa0
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 00:22:05 2018 +0100

    mdresourceprovider - ignore md files from rat checks
---
 mdresourceprovider/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/mdresourceprovider/pom.xml b/mdresourceprovider/pom.xml
index 91e353a..8a8ec16 100644
--- a/mdresourceprovider/pom.xml
+++ b/mdresourceprovider/pom.xml
@@ -38,6 +38,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/*.md</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -98,4 +107,4 @@
     <properties>
         <sling.java.version>8</sling.java.version>
     </properties>
-</project>
\ No newline at end of file
+</project>

Reply via email to