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:17:21 UTC

[datasketches-memory] 01/01: Fix rat exclusion configuration

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

commit 5a95162b8ad68bf46b26865a1fce5a49e8d6bfc6
Author: David Cromberge <dc...@apache.org>
AuthorDate: Wed Sep 1 22:17:04 2021 +0100

    Fix rat exclusion configuration
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

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