瀏覽代碼

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

Siddharth Wagle 11 年之前
父節點
當前提交
60d42bbe15
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ambari-server/pom.xml
  2. 0 0
      ambari-server/src/main/resources/scripts/relocate_host_components.py

+ 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