flink/0004-update-npm.hw-repo.patch
shaojiansong 3ff86f71f8 update npm download url for maven plugin
(cherry picked from commit 8bb7766578b4262786ce38c61e8adac626db88b0)
2024-04-29 16:36:01 +08:00

14 lines
637 B
Diff

--- flink-release-1.17.1/flink-runtime-web/pom.xml 2024-04-24 10:45:59.360106215 +0800
+++ flink-release-1.17.1-change/flink-runtime-web/pom.xml 2024-04-24 10:49:13.216106215 +0800
@@ -259,8 +259,9 @@
</goals>
<configuration>
<nodeVersion>v16.13.2</nodeVersion>
- <downloadRoot>https://repo.huaweicloud.com/nodejs/</downloadRoot>
+ <nodeDownloadRoot>https://repo.huaweicloud.com/nodejs/</nodeDownloadRoot>
<npmVersion>8.1.2</npmVersion>
+ <npmDownloadRoot>https://mirrors.huaweicloud.com/repository/npm/npm/-/</npmDownloadRoot>
</configuration>
</execution>
<execution>