This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 59a3c2e HDDS-3913. Recon build should ignore proxies (#1159)
59a3c2e is described below
commit 59a3c2e43f7285b0f38a539b85a5007135745e93
Author: Vivek Ratnavel Subramanian <[email protected]>
AuthorDate: Tue Jul 7 02:01:10 2020 -0700
HDDS-3913. Recon build should ignore proxies (#1159)
---
hadoop-ozone/recon/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml
index fd87920..861ce98 100644
--- a/hadoop-ozone/recon/pom.xml
+++ b/hadoop-ozone/recon/pom.xml
@@ -88,6 +88,7 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend-maven-plugin.version}</version>
<configuration>
+
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
<installDirectory>target</installDirectory>
<workingDirectory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web</workingDirectory>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]