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 04:04:55 UTC

svn commit: r1444649 - in /incubator/ambari/trunk: ambari-agent/pom.xml ambari-server/pom.xml pom.xml

Author: mahadev
Date: Mon Feb 11 03:04:55 2013
New Revision: 1444649

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

Modified:
    incubator/ambari/trunk/ambari-agent/pom.xml
    incubator/ambari/trunk/ambari-server/pom.xml
    incubator/ambari/trunk/pom.xml

Modified: incubator/ambari/trunk/ambari-agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/pom.xml?rev=1444649&r1=1444648&r2=1444649&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/pom.xml (original)
+++ incubator/ambari/trunk/ambari-agent/pom.xml Mon Feb 11 03:04:55 2013
@@ -308,6 +308,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/trunk/ambari-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/pom.xml?rev=1444649&r1=1444648&r2=1444649&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/pom.xml (original)
+++ incubator/ambari/trunk/ambari-server/pom.xml Mon Feb 11 03:04:55 2013
@@ -61,6 +61,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/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/pom.xml?rev=1444649&r1=1444648&r2=1444649&view=diff
==============================================================================
--- incubator/ambari/trunk/pom.xml (original)
+++ incubator/ambari/trunk/pom.xml Mon Feb 11 03:04:55 2013
@@ -119,7 +119,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>