Repository: flex-falcon
Updated Branches:
  refs/heads/release0.8.0 e8e91e671 -> e90ea207b


Added a rat exclusion for the flex-typedefs directory which causes problems in 
ANT built release packages.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e90ea207
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e90ea207
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e90ea207

Branch: refs/heads/release0.8.0
Commit: e90ea207b05a2cd31fbfba8f54c8e386f603fefa
Parents: e8e91e6
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Tue Jun 13 08:58:25 2017 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Tue Jun 13 08:58:25 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e90ea207/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f34fc2..de4d206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,12 @@
             <exclude>**/target/**</exclude>
             <!-- Stuff an Ant build might have left behind. -->
             <exclude>lib/**</exclude>
+            <!--
+                In case of an ANT based release the typedefs are included as a
+                subdirectory. We need to exclude this directory from the 
compiler checks
+                as the typedefs build will handle all content in that directory
+            -->
+            <exclude>flex-typedefs/**</exclude>
           </excludes>
         </configuration>
         <dependencies>

Reply via email to