You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/04/18 08:13:16 UTC

svn commit: r1469179 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/pom.xml

Author: yusaku
Date: Thu Apr 18 06:13:16 2013
New Revision: 1469179

URL: http://svn.apache.org/r1469179
Log:
AMBARI-1929. Make the default stack and version configurable via mvn build. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/pom.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1469179&r1=1469178&r2=1469179&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 18 06:13:16 2013
@@ -264,6 +264,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1929. Make the default stack and version configurable via mvn build.
+ (yusaku)
+
  AMBARI-1967. Add smoke test user customization toggle via App.supports.
  (yusaku)
 

Modified: incubator/ambari/trunk/ambari-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/pom.xml?rev=1469179&r1=1469178&r2=1469179&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/pom.xml (original)
+++ incubator/ambari/trunk/ambari-web/pom.xml Thu Apr 18 06:13:16 2013
@@ -93,6 +93,11 @@
                 <exec dir="${basedir}" executable="brunch" failonerror="false">
                   <arg value="build"/>
                 </exec>
+                <!-- sets default stack and version to use for install -->
+                <exec dir="${basedir}" executable="sh" failonerror="false">
+                  <arg value="${basedir}/set-default-stack-version.sh"/>
+                  <arg value="${defaultStackVersion}"/>
+                </exec>
                 <!-- enables experimental features if enableExperimental is set to true -->
                 <exec dir="${basedir}" executable="sh" failonerror="false">
                   <arg value="${basedir}/toggle-experimental.sh"/>