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:20 UTC

[datasketches-memory] branch fix-rat-configuration created (now 5a95162)

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

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


      at 5a95162  Fix rat exclusion configuration

This branch includes the following new commits:

     new 5a95162  Fix rat exclusion configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


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

Posted by dc...@apache.org.
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