You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by jj...@apache.org on 2017/04/14 05:37:43 UTC

eagle git commit: [MINOR] Add Java Object serial file to rat plugin exclusion

Repository: eagle
Updated Branches:
  refs/heads/master e8d572dc1 -> 9b488f1fe


[MINOR] Add Java Object serial file to rat plugin exclusion

Add Java Object serial file to rat plugin exclusion

Author: r7raul1984 <ta...@yhd.com>

Closes #911 from r7raul1984/MINOR-rat.


Project: http://git-wip-us.apache.org/repos/asf/eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/9b488f1f
Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/9b488f1f
Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/9b488f1f

Branch: refs/heads/master
Commit: 9b488f1fe8d0db7974241c46c8883443c18a9394
Parents: e8d572d
Author: r7raul1984 <ta...@yhd.com>
Authored: Fri Apr 14 05:37:28 2017 +0000
Committer: r7raul1984 <ta...@yhd.com>
Committed: Fri Apr 14 05:37:28 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/eagle/blob/9b488f1f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21937f5..bf21b12 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1312,6 +1312,10 @@
                                 <!-- Docs related -->
                                 <exclude>docs/eagle-theme/**</exclude>
                                 <exclude>docs/**/*.txt</exclude>
+
+                                <!-- Java Object serial file -->
+                                <exclude>**/test/resources/appinfobyteint</exclude>
+                                <exclude>**/test/resources/appinfobytelong</exclude>
                             </excludes>
                         </configuration>
                     </execution>