You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/07 06:30:23 UTC

[royale-asjs] branch develop updated: exclude an mp3 file from rat

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2cc2832  exclude an mp3 file from rat
2cc2832 is described below

commit 2cc28320adb2b2ba033044a1e568d5c26d8df0c3
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 6 23:30:15 2018 -0700

    exclude an mp3 file from rat
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e8dcbd1..1c038fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,8 @@
             <exclude>**/*.css.map</exclude>
             <!-- swfobject.js is MIT License-->
             <exclude>**/swfobject.js</exclude>
+            <!-- audio file doesn't have rat-able license-->
+            <exclude>**/ping.mp3</exclude>
             <!--
                 Exclude any eventually existing content of target directories.
                 Some times when building with a bigger maven reactor and then