You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/07/17 02:20:04 UTC

git commit: AMBARI-6250. Fix rat check in SCOM package. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/trunk f9e4207d5 -> 0f37b7aa6


AMBARI-6250. Fix rat check in SCOM package. (swagle)


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

Branch: refs/heads/trunk
Commit: 0f37b7aa6e85be1a8a72b3950cfcd7ab7d077150
Parents: f9e4207
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Wed Jul 16 17:03:25 2014 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Wed Jul 16 17:03:25 2014 -0700

----------------------------------------------------------------------
 contrib/ambari-scom/pom.xml | 3 +++
 pom.xml                     | 4 ++++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0f37b7aa/contrib/ambari-scom/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/pom.xml b/contrib/ambari-scom/pom.xml
index 0687e19..136aa9d 100644
--- a/contrib/ambari-scom/pom.xml
+++ b/contrib/ambari-scom/pom.xml
@@ -63,6 +63,9 @@
                         <exclude>**/*.cs</exclude>
                         <exclude>**/*.json</exclude>
                         <exclude>**/*.sln</exclude>
+                        <exclude>**/pass.txt</exclude>
+                        <exclude>**/target/*</exclude>
+                        <exclude>**/rat.txt</exclude>
                     </excludes>
                 </configuration>
                 <executions>

http://git-wip-us.apache.org/repos/asf/ambari/blob/0f37b7aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dddc6e5..ebdedb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,6 +223,10 @@
             <exclude>contrib/views/*/.project</exclude>
             <exclude>contrib/views/*/.settings/**</exclude>
             <exclude>contrib/views/jobs/src/main/resources/ui/**</exclude>
+            
+            <exclude>contrib/ambari-scom/ambari-scom-server/pass.txt</exclude>
+            <exclude>contrib/ambari-scom/*/rat.txt</exclude>
+            <exclude>contrib/ambari-scom/metrics-sink/target/**</exclude>
 
             <!--Velocity log -->
             <exclude>**/velocity.log*</exclude>