This is an automated email from the ASF dual-hosted git repository.

ivandika3 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c9904bb5d20 HDDS-13812. Fix Recon pnpm build failure when proxy is set 
(#10629)
c9904bb5d20 is described below

commit c9904bb5d2052dd8543298b3b3933b41e42c8207
Author: Chi-Hsuan Huang <[email protected]>
AuthorDate: Sun Jun 28 14:51:37 2026 +0800

    HDDS-13812. Fix Recon pnpm build failure when proxy is set (#10629)
---
 hadoop-ozone/recon/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml
index 249fcf5525a..84d466c81cb 100644
--- a/hadoop-ozone/recon/pom.xml
+++ b/hadoop-ozone/recon/pom.xml
@@ -440,7 +440,7 @@
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
         <configuration>
-          
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
+          
<pnpmInheritsProxyConfigFromMaven>false</pnpmInheritsProxyConfigFromMaven>
           <installDirectory>target</installDirectory>
           
<workingDirectory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web</workingDirectory>
           <nodeVersion>v${nodejs.version}</nodeVersion>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to