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

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 79bd37f  removed all README files from rat
79bd37f is described below

commit 79bd37fb80add57b99fda1b9aeb7c03c6397773e
Author: Harbs <[email protected]>
AuthorDate: Mon Nov 29 14:58:15 2021 +0200

    removed all README files from rat
---
 build.xml | 1 +
 pom.xml   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 61f630e..d00656a 100644
--- a/build.xml
+++ b/build.xml
@@ -1655,6 +1655,7 @@ limitations under the License.
         <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" 
reportFile="${rat.report}">
             <fileset dir="${rat.dir}">
                 <exclude name="README.md"/>
+                <exclude name="**/README.md"/>
                 <exclude name="RELEASE_NOTES.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
diff --git a/pom.xml b/pom.xml
index 05f5381..00890b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,8 +300,7 @@
             <!-- This is appended to the LICENSE file for binary packages-->
             <exclude>LICENSE.bin</exclude>
             <!-- READMEs don't have headers -->
-            <exclude>README.md</exclude>
-            <exclude>npm/README.md</exclude>
+            <exclude>**/README.md</exclude>
             <!-- RELEASE_NOTES don't have headers either -->
             <exclude>**/RELEASE_NOTES.md</exclude>
 

Reply via email to