Repository: incubator-slider
Updated Branches:
  refs/heads/develop 424b2a406 -> 7428cae4c


SLIDER-1107 fix rat check failures


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7428cae4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7428cae4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7428cae4

Branch: refs/heads/develop
Commit: 7428cae4c76e3fa16a86f45b28f1c121974a7b8b
Parents: 424b2a4
Author: Billie Rinaldi <billie.rina...@gmail.com>
Authored: Thu Aug 4 07:19:12 2016 -0700
Committer: Billie Rinaldi <billie.rina...@gmail.com>
Committed: Thu Aug 4 07:19:12 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7428cae4/slider-core/pom.xml
----------------------------------------------------------------------
diff --git a/slider-core/pom.xml b/slider-core/pom.xml
index 57507d6..30d1283 100644
--- a/slider-core/pom.xml
+++ b/slider-core/pom.xml
@@ -603,6 +603,8 @@
                 <!-- protobuf generated classes -->
                 
<exclude>src/main/java/org/apache/slider/api/proto/Messages.java</exclude>
                 
<exclude>src/main/java/org/apache/slider/api/proto/SliderClusterAPI.java</exclude>
+                
<exclude>src/test/app_packages/test_am_config/resources/test.template</exclude>
+                
<exclude>src/test/app_packages/test_am_config/test_archive/testfile</exclude>
               </excludes>
             </configuration>
           </plugin>

Reply via email to