Repository: incubator-slider
Updated Branches:
  refs/heads/feature/SLIDER-531-registry-enhancements 64836e835 -> b51f58112 
(forced update)


Fix bad reference to rat-plugin


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

Branch: refs/heads/feature/SLIDER-531-registry-enhancements
Commit: 196466d0e8875f8d9f91f2225ba0dcbfe7e64b00
Parents: 112de0e
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Tue Oct 28 19:28:38 2014 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Tue Oct 28 19:28:38 2014 -0700

----------------------------------------------------------------------
 app-packages/command-logger/slider-pkg/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/196466d0/app-packages/command-logger/slider-pkg/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/command-logger/slider-pkg/pom.xml 
b/app-packages/command-logger/slider-pkg/pom.xml
index 4550ae1..49128b4 100644
--- a/app-packages/command-logger/slider-pkg/pom.xml
+++ b/app-packages/command-logger/slider-pkg/pom.xml
@@ -112,7 +112,7 @@
         <plugins>
 
           <plugin>
-            <groupId>rat</groupId>
+            <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <version>${apache-rat-plugin.version}</version>
             <executions>
@@ -123,6 +123,11 @@
                 </goals>
               </execution>
             </executions>
+            <configuration>
+              <excludes>
+                <exclude>**/*.json</exclude>
+              </excludes>
+            </configuration>
           </plugin>
 
         </plugins>

Reply via email to