You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/10/29 03:28:55 UTC

git commit: Fix bad reference to rat-plugin

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 112de0e14 -> 196466d0e


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/develop
Commit: 196466d0e8875f8d9f91f2225ba0dcbfe7e64b00
Parents: 112de0e
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Tue Oct 28 19:28:38 2014 -0700
Committer: Sumit Mohanty <sm...@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>