pan3793 commented on code in PR #4397:
URL: https://github.com/apache/kyuubi/pull/4397#discussion_r1115202521
##########
pom.xml:
##########
@@ -2144,6 +2153,17 @@
</dependency>
</dependencies>
</plugin>
+
+ <plugin>
+ <groupId>com.github.eirslett</groupId>
+ <artifactId>frontend-maven-plugin</artifactId>
+ <version>${maven.plugin.frontend.version}</version>
+ <configuration>
+
<nodeDownloadRoot>https://npmmirror.com/mirrors/node/</nodeDownloadRoot>
Review Comment:
You can clear the local cache and do package, the log will show the download
link
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]