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

mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit e1c423b98406e832804ee94e147ea0e4eb0df39d
Author: Matt Juntunen <matt.juntu...@hotmail.com>
AuthorDate: Sun Mar 29 16:09:35 2020 -0400

    adding site RELEASE-NOTES to rat exclusions
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9fba931..737ca4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,6 +323,7 @@
         -->
           <excludes combine.children="append">
             <exclude>src/test/resources/data/**</exclude>
+            
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
             <exclude>dist-archive/**</exclude>
           </excludes>
         </configuration>
@@ -370,6 +371,7 @@
          <!--  Should agree with apache-rat-plugin config under <build> -->
           <excludes combine.children="append">
             <exclude>src/test/resources/data/**</exclude>
+            
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
             <exclude>dist-archive/**</exclude>
           </excludes>
         </configuration>

Reply via email to