Parcourir la source

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

This reverts commit 5d077fba8fdc25ed0995ca29db9d417c1bb78c81.
Yusaku Sako il y a 10 ans
Parent
commit
cc4a9a3e02
1 fichiers modifiés avec 6 ajouts et 14 suppressions
  1. 6 14
      ambari-web/pom.xml

+ 6 - 14
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>
@@ -149,18 +153,6 @@
               <commandlineArgs>${args.npm.full.path} cache clean</commandlineArgs>
             </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>