Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6778] [BUILD] allow frontend plugin not to inherits Maven's …
…http proxy config # 🔍 Description ## Issue References 🔗 ## Describe Your Solution 🔧 - previously, `pnpm install` and `npm install` are forced to inherits HTTP proxy configs from Maven by the frontend maven plugin (https://github.com/eirslett/frontend-maven-plugin?tab=readme-ov-file#proxy-settings) - adding a parameter `maven.plugin.frontend.inheritsProxyConfigFromMave` to control whether it inherits the proxy configs with false as default value ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6778 from bowenliang123/frontend-build-proxy. Closes #6778 c8eb2e4 [Bowen Liang] inheritsProxyConfigFromMaven Authored-by: Bowen Liang <[email protected]> Signed-off-by: Bowen Liang <[email protected]>
- Loading branch information