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-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 712b888 when pass first ant and then maven rat-plugin complain about
files created by ant in ace/target. add the path to rat-plugin exclusions to
avoid maven fail
712b888 is described below
commit 712b8887e8ca703cc56192d9b6ee008423e54289
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Oct 2 00:30:07 2018 +0200
when pass first ant and then maven rat-plugin complain about files created
by ant in ace/target. add the path to rat-plugin exclusions to avoid maven fail
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index d68bffb..58b5bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,6 +124,7 @@
<excludes>
<!-- Patch files aren't supposed to have headers -->
<exclude>**/*.patch</exclude>
+ <exclude>ace/target/generated-sources/**</exclude>
</excludes>
</configuration>
<dependencies>