You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/04/30 13:07:28 UTC

[sling-org-apache-sling-feature] branch master updated: Remove .md files from rat checking.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 53d7c4d  Remove .md files from rat checking.
53d7c4d is described below

commit 53d7c4d4c8fcce780333e775c438ed0469a84d51
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Apr 30 14:07:13 2018 +0100

    Remove .md files from rat checking.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 35078c5..304041d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>readme.md</exclude>
+                        <exclude>*.md</exclude>
                     </excludes>
                 </configuration>
             </plugin>
@@ -86,8 +86,8 @@
 
         <!-- Testing -->
         <dependency>
-        	    <groupId>junit</groupId>
-        	    <artifactId>junit</artifactId>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.