You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2015/03/20 00:15:44 UTC

ambari git commit: AMBARI-10142: Apache 2.0.0 Release: Ratcheck fails (jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 1ca948f34 -> faae1cbe0


AMBARI-10142: Apache 2.0.0 Release: Ratcheck fails (jluniya)


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

Branch: refs/heads/trunk
Commit: faae1cbe088b852ed554176e746dcfdf83a38904
Parents: 1ca948f
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Thu Mar 19 16:15:13 2015 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Thu Mar 19 16:15:13 2015 -0700

----------------------------------------------------------------------
 ambari-metrics/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/faae1cbe/ambari-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index efd176c..9fe5ce2 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -207,6 +207,24 @@
           <controlDir>${project.basedir}/src/main/package/deb/control</controlDir>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>pass.txt</exclude>
+            <exclude>derby.log</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>