You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/03/28 08:05:35 UTC

[sling-org-apache-sling-jcr-contentloader] 01/03: remove unused rat excludes

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

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

commit 9a0b50c68c00e74d97b29271818346005af67f4a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:49:45 2020 +0100

    remove unused rat excludes
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24557a8..f4b0b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,8 +66,6 @@
                         <exclude>src/test/**/*.ordered-json</exclude>
                         <exclude>src/test/**/*.xml</exclude>
                         <exclude>src/test/**/*.txt</exclude>
-                        <exclude>jackrabbit/**</exclude>
-                        <exclude>derby.log</exclude>
                     </excludes>
                 </configuration>
             </plugin>