Thanks. Doesn’t it make more sense to recursively exclude *.md files, something 
like

<exclude>**/*.md</exclude>

?

From: aha...@apache.org<mailto:aha...@apache.org>
Sent: Friday, April 17, 2020 7:14 PM
To: comm...@royale.apache.org<mailto:comm...@royale.apache.org>
Subject: [royale-compiler] branch develop updated: fix build

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c61b3d0  fix build
c61b3d0 is described below

commit c61b3d0aa2159a902392307ebcbb53312eb93dce
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Apr 17 09:14:31 2020 -0700

    fix build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9cd598..53af767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
             <exclude>LICENSE*</exclude>
             <exclude>NOTICE*</exclude>
             <exclude>README*</exclude>
-            <exclude>RELEASE_NOTES*</exclude>
+            <exclude>**/RELEASE_NOTES*</exclude>
             <!-- Modules which are excluded from the build -->
             <!-- FlashBuilder settings. frameworks/fb.properties contains 
Alex' path entries and should be removed -->
             <exclude>fb.properties</exclude>

Reply via email to