You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/09/01 21:18:29 UTC

[datasketches-memory] branch fix-rat-configuration updated: Use more specific img exclude for rat

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

dcromberge pushed a commit to branch fix-rat-configuration
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/fix-rat-configuration by this push:
     new 90ec8b7  Use more specific img exclude for rat
90ec8b7 is described below

commit 90ec8b7bc71431ade4ed54776ec40a272ec20818
Author: David Cromberge <dc...@apache.org>
AuthorDate: Wed Sep 1 22:18:20 2021 +0100

    Use more specific img exclude for rat
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a574b0..c3019f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@ under the License.
               <exclude>**/.*/**/*</exclude>
               <exclude>**/.clover/**/*</exclude>
               <exclude>**/test/resources/**/*.txt</exclude>
-              <exclude>**/docs/img/**/*</exclude>
+              <exclude>**/img/**/*.png</exclude>
               <exclude>**/git.properties</exclude>
               <exclude>LICENSE</exclude>
               <exclude>NOTICE</exclude>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org