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 2015/04/02 00:49:29 UTC

[2/2] ambari git commit: Revert "AMBARI-10303. Install node / brunch and other build dependencies at build time. Additional patch. (alexantonenko)"

Revert "AMBARI-10303. Install node / brunch and other build dependencies at build time. Additional patch. (alexantonenko)"

This reverts commit 5d077fba8fdc25ed0995ca29db9d417c1bb78c81.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cc4a9a3e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cc4a9a3e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cc4a9a3e

Branch: refs/heads/trunk
Commit: cc4a9a3e0257d86ead325be054e60539943c738c
Parents: ce175f1
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Apr 1 15:49:15 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Apr 1 15:49:15 2015 -0700

----------------------------------------------------------------------
 ambari-web/pom.xml | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cc4a9a3e/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 65ff47e..8169219 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -90,6 +90,10 @@
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
         <version>0.0.19</version>
+        <configuration>
+          <nodeVersion>v0.10.31</nodeVersion>
+          <npmVersion>1.4.28</npmVersion>
+        </configuration>
         <executions>
           <execution>
             <id>install node and npm</id>
@@ -97,8 +101,8 @@
               <goal>install-node-and-npm</goal>
             </goals>
             <configuration>
-              <nodeVersion>v0.10.33</nodeVersion>
-              <npmVersion>1.4.4</npmVersion>
+              <nodeVersion>v0.10.31</nodeVersion>
+              <npmVersion>1.4.28</npmVersion>
             </configuration>
           </execution>
         </executions>
@@ -150,18 +154,6 @@
             </configuration>
           </execution>
           <execution>
-            <id>npm-cache-info</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-            <configuration>
-              <executable>${executable.node}</executable>
-              <workingDirectory>${basedir}</workingDirectory>
-              <commandlineArgs>${args.npm.full.path} cache ls</commandlineArgs>
-            </configuration>
-          </execution>
-          <execution>
             <id>install-npm</id>
             <phase>compile</phase>
             <goals>