sincewhen commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1905218899
@yaooqinn ,I understand, just need to modify the pom.xml of the
Kyuubi-download module, right? The example code is as follows :
`<execution>
<id>download-flink-release</id>
<goals>
<goal>curl</goal>
</goals>
<phase>compile</phase>
<configuration>
<skip>${flink.archive.download.skip}</skip>
<url>***.zip?action=download)</url>
</configuration>
</execution>
`
--
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]