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

   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


-- 
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-unsubscr...@kyuubi.apache.org

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


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

Reply via email to