Hi community, What is your development workflow to do style check and style fix when developing Ratis? I tried to use "mvn checkstyle:checkstyle", but it always fails on my local fork with
[*ERROR*] Failed to execute goal on project ratis-common: *Could not resolve dependencies for project org.apache.ratis:ratis-common:jar:1.1.0-SNAPSHOT: Failure to find org.apache.ratis:ratis-proto:jar:1.1.0-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots <https://repository.apache.org/content/repositories/snapshots> was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.https has elapsed or updates are forced* -> *[Help 1]* Thanks, Rui Wang
