Open gastaldi opened 4 years ago
Simply using offline mode does not work well. The generated json is not complete. Needs more research.
Shouldn't that be only a matter of the updatePolicy
for the respective repo?
This is usually daily
by default and could be set to never
.
It is, yes
When doing CR1, it tried to download the CR1 artifacts from Central and all the other repositories, whereas they should have been available locally (or I would expect them to).
I have no recollection of the same behavior for the previous releases... but new laptop and it's making a lot more noise when building so I notice when it goes silent downloading the Internet again.
Isn't this one fixed now with the removed dependency from the gRPC stubs on the quarkus-maven-plugin?
Description
Every morning when I build the project with
mvn -Dquickly
, I see the following output (which takes a while to complete):Implementation ideas