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

[datasketches-website] branch master updated: update pom

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 95a5af2  update pom
95a5af2 is described below

commit 95a5af28fef6c0a86d45d5c7a347795555f87812
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jan 5 18:08:31 2021 -0800

    update pom
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58e2165..b640a4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,6 @@ under the License.
             <useDefaultExcludes>true</useDefaultExcludes>
             <excludes>
               <!-- rat uses .gitignore for excludes by default -->
-              <exclude>**/test/resources/**/*.txt</exclude>
               <!-- UNIQUE FOR THIS JAVA COMPONENT -->
               <exclude>**/*.txt</exclude>
               <exclude>**/*.html</exclude>
@@ -289,6 +288,8 @@ under the License.
               <exclude>**/package-list</exclude>
               <exclude>**/*.svg</exclude>
               <!-- END: UNIQUE FOR THIS JAVA COMPONENT -->
+              <exclude>**/test/resources/**/*.txt</exclude>
+              <exclude>.asf.yaml</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