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-typedefs.git


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

commit 2077d49bf4f5f15506dc411af53730d92ffc2008
Author: Alex Harui <[email protected]>
AuthorDate: Tue Jun 11 23:42:03 2019 -0700

    try to fix build
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1da8dcf..1843f63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,14 @@
             <excludes>
                 <!-- Patch files aren't supposed to have headers -->
                 <exclude>**/*.patch</exclude>
+                <!--
+                 Exclude any eventually existing content of target directories.
+                 Some times when building with a bigger maven reactor and then
+                 with a smaller one, RAT will complain about stuff still in the
+                 target directories. We don't want that.
+                 -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/release-dir/**</exclude>
             </excludes>
         </configuration>
         <dependencies>

Reply via email to