You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2013/02/11 03:59:58 UTC

svn commit: r1444648 - in /incubator/ambari/branches/branch-1.2: ambari-agent/pom.xml ambari-server/pom.xml pom.xml

Author: mahadev
Date: Mon Feb 11 02:59:58 2013
New Revision: 1444648

URL: http://svn.apache.org/r1444648
Log:
Fix pom files for excluding files for apache rat plugin. (mahadev)

Modified:
    incubator/ambari/branches/branch-1.2/ambari-agent/pom.xml
    incubator/ambari/branches/branch-1.2/ambari-server/pom.xml
    incubator/ambari/branches/branch-1.2/pom.xml

Modified: incubator/ambari/branches/branch-1.2/ambari-agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2/ambari-agent/pom.xml?rev=1444648&r1=1444647&r2=1444648&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2/ambari-agent/pom.xml (original)
+++ incubator/ambari/branches/branch-1.2/ambari-agent/pom.xml Mon Feb 11 02:59:58 2013
@@ -303,6 +303,7 @@
           <excludes>
             <exclude>src/examples/*</exclude>
             <exclude>src/test/python/dummy*.txt</exclude>
+            <exclude>src/main/python/ambari_agent/imports.txt</exclude>
             <exclude>src/main/puppet/modules/stdlib/**</exclude>
             <exclude>**/*.erb</exclude>
             <exclude>**/*.json</exclude>

Modified: incubator/ambari/branches/branch-1.2/ambari-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2/ambari-server/pom.xml?rev=1444648&r1=1444647&r2=1444648&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2/ambari-server/pom.xml (original)
+++ incubator/ambari/branches/branch-1.2/ambari-server/pom.xml Mon Feb 11 02:59:58 2013
@@ -56,6 +56,9 @@
             <exclude>pass.txt</exclude>
             <exclude>derby.log</exclude>
             <exclude>src/test/resources/users.ldif</exclude>
+            <exclude>src/test/resources/gsInstaller-hosts.txt</exclude>
+            <exclude>src/test/resources/temporal_ganglia_data.txt</exclude>
+            <exclude>src/test/resources/users.ldif</exclude>
             <exclude>src/main/resources/ca.config</exclude>
             <exclude>src/main/resources/db/serial</exclude>
             <exclude>src/main/resources/db/index.txt</exclude>

Modified: incubator/ambari/branches/branch-1.2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2/pom.xml?rev=1444648&r1=1444647&r2=1444648&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2/pom.xml (original)
+++ incubator/ambari/branches/branch-1.2/pom.xml Mon Feb 11 02:59:58 2013
@@ -115,7 +115,7 @@
           <excludes>
             <exclude>**/*.json</exclude>
             <exclude>derby.log</exclude>
-            <exclude>AMBARI-666-CHANGES.txt</exclude>
+            <exclude>CHANGES.txt</exclude>
             <exclude>pass.txt</exclude>
             <exclude>contrib/addons/test/dataServices/jmx/data/cluster_configuration.json.nohbase</exclude>