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

ambari git commit: AMBARI-20549. upgrade ambari-web and ambari-admin frontend-maven-plugin to latest >= 1.3 to make use of ignore proxy feature. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 e84270e52 -> cc3493b3d


AMBARI-20549. upgrade ambari-web and ambari-admin frontend-maven-plugin to latest >= 1.3 to make use of ignore proxy feature. (jaimin)


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

Branch: refs/heads/branch-2.5
Commit: cc3493b3d9dc3002260b67479dec685202bd2fa3
Parents: e84270e
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Mar 24 11:17:47 2017 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Apr 12 16:59:57 2017 -0700

----------------------------------------------------------------------
 ambari-admin/pom.xml | 3 ++-
 ambari-web/pom.xml   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cc3493b3/ambari-admin/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml
index 97d5fd4..8dac1bf 100644
--- a/ambari-admin/pom.xml
+++ b/ambari-admin/pom.xml
@@ -61,11 +61,12 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>0.0.16</version>
+        <version>1.3</version>
         <configuration>
           <nodeVersion>v4.5.0</nodeVersion>
           <npmVersion>2.15.0</npmVersion>
           <workingDirectory>src/main/resources/ui/admin-web/</workingDirectory>
+          <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
         </configuration>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/ambari/blob/cc3493b3/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 6c84688..6182a60 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -126,11 +126,12 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>0.0.16</version>
+        <version>1.3</version>
         <configuration>
           <nodeVersion>v4.5.0</nodeVersion>
           <npmVersion>2.15.0</npmVersion>
           <workingDirectory>${basedir}</workingDirectory>
+          <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
         </configuration>
         <executions>
           <execution>