Browse Source

AMBARI-4355. Add relocate resources scripts to the pom file. (swagle)

Siddharth Wagle 11 years ago
parent
commit
60d42bbe15

+ 3 - 0
ambari-server/pom.xml

@@ -352,6 +352,9 @@
                 <source>
                   <location>src/main/python/UpgradeHelper_HDP2.py</location>
                 </source>
+                <source>
+                  <location>src/main/resources/scripts/relocate_resources.py</location>
+                </source>
               </sources>
             </mapping>
             <mapping>

+ 0 - 0
ambari-server/src/main/resources/scripts/relocate_resources.py → ambari-server/src/main/resources/scripts/relocate_host_components.py