bowenliang123 commented on PR #4290: URL: https://github.com/apache/kyuubi/pull/4290#issuecomment-1427196995
> It may be a valuable direction. https://github.com/apache/maven-build-cache-extension Seems it requires 3.9.x + , as described on cache extension: (https://github.com/apache/maven-build-cache-extension#status) `The code currently relies on un-released modifications in the core Maven project, available both for latest 3.9.x and for 4.0-alpha-x SNAPSHOTS described in [MNG-7391](https://issues.apache.org/jira/browse/MNG-7391).` This cache extension relies on two key points, 1. cache the modules by unified cache key generation, 2. share the caches between building jobs, in remote storage or `target` folder in local project path. This extension may not be able to bring too much gain in CI builds, as we do not share caches between jobs and only cache the dependencies rather than build classed in local repo of `~/.m2` by `cache` Github action right now. -- 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]
