This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 a1808ec moonshine: exclude generated files from rat license check
a1808ec is described below
commit a1808ec853474be404a1df7d6d42098c47ee65c6
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Feb 11 11:22:38 2020 +0100
moonshine: exclude generated files from rat license check
---
pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fab5be1..54d629f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,9 +297,13 @@
done with IDEs that instead of target use bin.
-->
<exclude>**/bin/**</exclude>
-
+
<exclude>**/src/test/royale/out/**</exclude>
<exclude>lib/external/*.html</exclude>
+
+ <!-- Moonshine generate this files -->
+ <exclude>obj/*.xml</exclude>
+ <exclude>*.as3proj</exclude>
</excludes>
</configuration>
</plugin>