You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/10/02 11:16:29 UTC

[royale-typedefs] branch develop updated: Revert "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"

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 efba65e  Revert "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"
efba65e is described below

commit efba65ec7d90c2d36a60f5dcfa1c3ebc47f4ae23
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Oct 2 13:16:10 2018 +0200

    Revert "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"
    
    This reverts commit 712b8887e8ca703cc56192d9b6ee008423e54289.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58b5bae..d68bffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,6 @@
             <excludes>
                 <!-- Patch files aren't supposed to have headers -->
                 <exclude>**/*.patch</exclude>
-                <exclude>ace/target/generated-sources/**</exclude>
             </excludes>
         </configuration>
         <dependencies>