Repository: ambari Updated Branches: refs/heads/trunk deff9f419 -> 27110aecc
AMBARI-20549. upgrade frontend-maven-plugin to latest >= 1.3 to make use of ignore proxy feature (Venkata Sairam via pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/27110aec Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/27110aec Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/27110aec Branch: refs/heads/trunk Commit: 27110aecc998108da56a9e0068c160b874092855 Parents: deff9f4 Author: pallavkul <[email protected]> Authored: Mon Mar 27 00:45:41 2017 +0530 Committer: pallavkul <[email protected]> Committed: Mon Mar 27 00:45:41 2017 +0530 ---------------------------------------------------------------------- contrib/views/capacity-scheduler/pom.xml | 5 +++-- contrib/views/files/pom.xml | 3 ++- contrib/views/hawq/pom.xml | 2 ++ contrib/views/hive-next/pom.xml | 3 ++- .../views/hive-next/src/main/resources/ui/hive-web/package.json | 2 +- contrib/views/hive20/pom.xml | 3 ++- contrib/views/hive20/src/main/resources/ui/package.json | 2 +- contrib/views/hueambarimigration/pom.xml | 3 ++- contrib/views/jobs/pom.xml | 3 ++- contrib/views/pig/pom.xml | 3 ++- contrib/views/wfmanager/pom.xml | 3 ++- contrib/views/wfmanager/src/main/resources/ui/pom.xml | 3 ++- 12 files changed, 23 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/capacity-scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/capacity-scheduler/pom.xml b/contrib/views/capacity-scheduler/pom.xml index b8c4dae..7a65ffb 100644 --- a/contrib/views/capacity-scheduler/pom.xml +++ b/contrib/views/capacity-scheduler/pom.xml @@ -120,9 +120,10 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.16</version> + <version>1.3</version> <configuration> - <workingDirectory>${ui.directory}</workingDirectory> + <workingDirectory>${ui.directory}</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index b075ec7..478a537 100644 --- a/contrib/views/files/pom.xml +++ b/contrib/views/files/pom.xml @@ -179,11 +179,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/</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hawq/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hawq/pom.xml b/contrib/views/hawq/pom.xml index 2aa04e0..8089d68 100644 --- a/contrib/views/hawq/pom.xml +++ b/contrib/views/hawq/pom.xml @@ -133,10 +133,12 @@ <!-- Building frontend --> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> + <version>1.3</version> <configuration> <nodeVersion>v4.5.0</nodeVersion> <npmVersion>2.15.0</npmVersion> <workingDirectory>${ui.dir}</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 50563ac..c0eb774 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -242,11 +242,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/hive-web/</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json b/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json index 5c5435e..623f14f 100644 --- a/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json +++ b/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json @@ -11,7 +11,7 @@ "build": "ember build", "test": "ember test", "preinstall": "chmod +x node/node_modules/npm/bin/node-gyp-bin/node-gyp", - "postinstall": "bash node/with_new_path.sh node node_modules/.bin/bower --allow-root install" + "postinstall": "node node_modules/.bin/bower --allow-root install" }, "repository": "https://github.com/stefanpenner/ember-cli", "engines": { http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hive20/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/pom.xml b/contrib/views/hive20/pom.xml index e672b3f..a583d23 100644 --- a/contrib/views/hive20/pom.xml +++ b/contrib/views/hive20/pom.xml @@ -278,11 +278,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/</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hive20/src/main/resources/ui/package.json ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/package.json b/contrib/views/hive20/src/main/resources/ui/package.json index 98c465f..0453a52 100644 --- a/contrib/views/hive20/src/main/resources/ui/package.json +++ b/contrib/views/hive20/src/main/resources/ui/package.json @@ -12,7 +12,7 @@ "start": "ember server", "test": "ember test", "preinstall": "chmod +x node/node_modules/npm/bin/node-gyp-bin/node-gyp", - "postinstall": "bash node/with_new_path.sh node node_modules/.bin/bower --allow-root install" + "postinstall": "node node_modules/.bin/bower --allow-root install" }, "repository": "", "engines": { http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/hueambarimigration/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml index f131b3b..30e7694 100644 --- a/contrib/views/hueambarimigration/pom.xml +++ b/contrib/views/hueambarimigration/pom.xml @@ -163,11 +163,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>${project.basedir}/src/main/resources/ui/hueambarimigration-view/</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/jobs/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/jobs/pom.xml b/contrib/views/jobs/pom.xml index d58ce10..062f15f 100644 --- a/contrib/views/jobs/pom.xml +++ b/contrib/views/jobs/pom.xml @@ -86,11 +86,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</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/pig/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml index 689909f..d89d47e 100644 --- a/contrib/views/pig/pom.xml +++ b/contrib/views/pig/pom.xml @@ -178,11 +178,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>${ui.directory}</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 69784e3..86c03f9 100644 --- a/contrib/views/wfmanager/pom.xml +++ b/contrib/views/wfmanager/pom.xml @@ -137,11 +137,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/</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/ambari/blob/27110aec/contrib/views/wfmanager/src/main/resources/ui/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/ui/pom.xml b/contrib/views/wfmanager/src/main/resources/ui/pom.xml index 8bdb332..aeb7746 100644 --- a/contrib/views/wfmanager/src/main/resources/ui/pom.xml +++ b/contrib/views/wfmanager/src/main/resources/ui/pom.xml @@ -40,11 +40,12 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.22</version> + <version>1.3</version> <configuration> <nodeVersion>v5.0.0</nodeVersion> <npmVersion>3.5.3</npmVersion> <workingDirectory>${project.basedir}</workingDirectory> + <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> </configuration> <executions> <execution>
