|
@@ -501,7 +501,7 @@
|
|
</goals>
|
|
</goals>
|
|
<configuration>
|
|
<configuration>
|
|
<target name="ambari-server-compile">
|
|
<target name="ambari-server-compile">
|
|
- <exec dir="${basedir}" executable="sh" failonerror="true">
|
|
|
|
|
|
+ <exec dir="${basedir}" executable="bash" failonerror="true">
|
|
<arg value="${basedir}/set-hdp-repo-url.sh"/>
|
|
<arg value="${basedir}/set-hdp-repo-url.sh"/>
|
|
<arg value="${hdpUrlForCentos6}"/>
|
|
<arg value="${hdpUrlForCentos6}"/>
|
|
</exec>
|
|
</exec>
|
|
@@ -516,7 +516,7 @@
|
|
</goals>
|
|
</goals>
|
|
<configuration>
|
|
<configuration>
|
|
<target name="ambari-server-compile">
|
|
<target name="ambari-server-compile">
|
|
- <exec dir="${basedir}" executable="sh" failonerror="true">
|
|
|
|
|
|
+ <exec dir="${basedir}" executable="bash" failonerror="true">
|
|
<arg value="${basedir}/set-hdp-repo-url.sh"/>
|
|
<arg value="${basedir}/set-hdp-repo-url.sh"/>
|
|
<arg value="${hdpUrlForCentos6}"/>
|
|
<arg value="${hdpUrlForCentos6}"/>
|
|
<arg value="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}"/>
|
|
<arg value="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}"/>
|