You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "bowenliang123 (via GitHub)" <gi...@apache.org> on 2023/01/30 05:44:24 UTC

[GitHub] [kyuubi] bowenliang123 commented on pull request #4191: [Improvement] Skip fetching Maven dependency snapshot update in building `dependencyList`

bowenliang123 commented on PR #4191:
URL: https://github.com/apache/kyuubi/pull/4191#issuecomment-1408031249

   > Since all dependencies are stable, and only project submodules are snapshot versions, why don't we skip snapshot updates when updating the dependencies list?
   > 
   > We can skip snapshot update by running
   > 
   > ```
   > mvn goal --no-snapshot-updates
   > ```
   > 
   > or
   > 
   > ```
   > mvn goal -nsu
   > ```
   > 
   > FYI: https://stackoverflow.com/questions/1348603/how-can-i-get-maven-to-stop-attempting-to-check-for-updates-for-artifacts-from-a
   
   SGTM. Applied the suggestion of using `--no-snapshot-updates` option and also changed the title and description of this PR.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org