|
@@ -30,7 +30,6 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<python.ver>python >= 2.6</python.ver>
|
|
|
<hdpUrlForCentos6>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0</hdpUrlForCentos6>
|
|
|
- <ambari-web-dir>${basedir}/../ambari-web/public</ambari-web-dir>
|
|
|
</properties>
|
|
|
<build>
|
|
|
<plugins>
|
|
@@ -204,7 +203,7 @@
|
|
|
<directory>/usr/lib/ambari-server/web</directory>
|
|
|
<sources>
|
|
|
<source>
|
|
|
- <location>${ambari-web-dir}</location>
|
|
|
+ <location>${basedir}/../ambari-web/public</location>
|
|
|
<includes>
|
|
|
<include>**</include>
|
|
|
</includes>
|