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/2c828321 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2c828321 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2c828321 Branch: refs/heads/branch-3.0-perf Commit: 2c828321b99d9e914cc92306a228d7790a94353c Parents: 25f355b Author: Jaimin Jetly <[email protected]> Authored: Fri Mar 24 11:17:47 2017 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Mar 24 11:17:47 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/2c828321/ambari-admin/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml index 4a8bba3..cb82e45 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/2c828321/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index 2d567cc..895d2f7 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>
