You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/08 07:19:21 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - - Excluded the testsuite from the rat checks as when the testsuite is run once but a build without is being performed, then rat will detect all the files in the "target" directory

- Excluded the testsuite from the rat checks as when the testsuite is run once but a build without is being performed, then rat will detect all the files in the "target" directory


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

Branch: refs/heads/develop
Commit: 0e3121817b5efcf66c17e2673ecd273bb1149cbf
Parents: 6b7afec
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Oct 8 09:19:14 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Oct 8 09:19:14 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0e312181/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f20976..8db9821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,6 +176,8 @@
             <exclude>**/.settings/**</exclude>
             <!-- Examples needs to be fixed -->
             <exclude>native/**</exclude>
+            <!-- After running the testsuite, the target directory is full of non-header files -->
+            <exclude>testsuite/**</exclude>
           </excludes>
         </configuration>
         <dependencies>